aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-01-28 16:10:37 +0100
committerLukas Larsson <[email protected]>2014-01-28 16:10:37 +0100
commitd70ca477dcc38dc1738e4c55a01e947d9b3e71c9 (patch)
tree2cb2d14defdf8929e3c4a7c2c002e7cc92268ad7 /erts/emulator/Makefile.in
parentf834be38b9ac7c07ec2c19ff42a23103cd1d8c5c (diff)
parentf5de34c3f54f1798c0932d9cb41929134649aa08 (diff)
downloadotp-d70ca477dcc38dc1738e4c55a01e947d9b3e71c9.tar.gz
otp-d70ca477dcc38dc1738e4c55a01e947d9b3e71c9.tar.bz2
otp-d70ca477dcc38dc1738e4c55a01e947d9b3e71c9.zip
Merge branch 'motiejus/tile_mde3/OTP-11635'
* motiejus/tile_mde3/OTP-11635: Undefined MALLOC_USE_HASH macro on TileMDE3 Cross-compilation fix for TileraMDE-3.0.1.125620
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index b270099566..9125a8024f 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -665,7 +665,6 @@ endif
ifneq ($(filter tile-%,$(TARGET)),)
$(OBJDIR)/beam_emu.o: beam/beam_emu.c
$(V_CC) $(subst -O2, $(GEN_OPT_FLGS), $(CFLAGS)) \
- -OPT:Olimit=0 -WOPT:lpre=off:spre=off:epre=off \
$(INCLUDES) -c $< -o $@
else
# Usually the same as the default rule, but certain platforms (e.g. win32) mix