aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/native.mk
blob: 738e78e5567030183a50d2d07ff386dd51b05684 (plain) (blame)
1
2
3
4
5
6
7
ifeq ($(NATIVE_LIBS_ENABLED),yes)
ifndef SECONDARY_BOOTSTRAP
ERL_COMPILE_FLAGS += +native
else
EBIN = ../boot_ebin
endif
endif