diff options
author | Patrik Nyblom <[email protected]> | 2012-02-28 17:49:14 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-02-28 17:49:14 +0100 |
commit | d3a96b096f457c881296c4e7f69de47399ab9ed8 (patch) | |
tree | a4f220a3246428f2c3386978eae4965a3c5c1d55 /lib/hipe/native.mk | |
parent | def41007cb990ed6454ce5c78c3dcfb848975513 (diff) | |
parent | cc3122ab804299810c817f3819323234ff3e23c3 (diff) | |
download | otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.gz otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.bz2 otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.zip |
Merge branch 'maint'
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 |