diff options
author | Motiejus Jakštys <[email protected]> | 2013-12-15 20:04:57 +0100 |
---|---|---|
committer | Motiejus Jakštys <[email protected]> | 2013-12-15 20:20:45 +0100 |
commit | 16c4d1edacb1feeb394ebb6c49e2c04fcbd4d1b2 (patch) | |
tree | 830daec8b34bce018b35dba1a969764a88e8c4bb /erts/emulator/Makefile.in | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-16c4d1edacb1feeb394ebb6c49e2c04fcbd4d1b2.tar.gz otp-16c4d1edacb1feeb394ebb6c49e2c04fcbd4d1b2.tar.bz2 otp-16c4d1edacb1feeb394ebb6c49e2c04fcbd4d1b2.zip |
Cross-compilation fix for TileraMDE-3.0.1.125620
-OPT:Olimit=0 -WOPT:lpre=off:spre=off:epre=off
tile-gcc 4.4.3 does not accept these options:
cc1: error: unrecognized command line option
"-WOPT:lpre=off:spre=off:epre=off"
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index f442540f49..ef1e578e34 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -643,7 +643,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 |