diff options
Diffstat (limited to 'lib/hipe/native.mk')
-rw-r--r-- | lib/hipe/native.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hipe/native.mk b/lib/hipe/native.mk new file mode 100644 index 0000000000..6f4602477b --- /dev/null +++ b/lib/hipe/native.mk @@ -0,0 +1,5 @@ +ifndef SECONDARY_BOOTSTRAP +ifeq ($(NATIVE_LIBS_ENABLED),yes) +ERL_COMPILE_FLAGS += +native +endif +endif |