diff options
author | Patrik Nyblom <[email protected]> | 2012-02-22 11:55:57 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-02-28 15:01:02 +0100 |
commit | d28b000e1d33222a4ef0de387a6e359a52cb8249 (patch) | |
tree | e7fa7ff3f7c69cc4038280eb1e6a415066abf229 /lib/hipe/native.mk | |
parent | f06de6450bbbd324a0784780d892fa69908a2126 (diff) | |
download | otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.gz otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.bz2 otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.zip |
Make hipe hipe-compiled w/ --enable-native-libs
Diffstat (limited to 'lib/hipe/native.mk')
-rw-r--r-- | lib/hipe/native.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hipe/native.mk b/lib/hipe/native.mk index 6f4602477b..738e78e556 100644 --- a/lib/hipe/native.mk +++ b/lib/hipe/native.mk @@ -1,5 +1,7 @@ -ifndef SECONDARY_BOOTSTRAP ifeq ($(NATIVE_LIBS_ENABLED),yes) +ifndef SECONDARY_BOOTSTRAP ERL_COMPILE_FLAGS += +native +else +EBIN = ../boot_ebin endif endif |