diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-17 18:15:07 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:55 +0200 |
commit | c6c2d16190f9f315f7d490105c65d7e8e64e28fc (patch) | |
tree | fe98f0a3e8e807a97a552da49234982b3b1b9a1a /lib/inets/test/rules.mk | |
parent | f4363558a5a58dacec6a0a840f6e8b7cee4ed46a (diff) | |
download | otp-c6c2d16190f9f315f7d490105c65d7e8e64e28fc.tar.gz otp-c6c2d16190f9f315f7d490105c65d7e8e64e28fc.tar.bz2 otp-c6c2d16190f9f315f7d490105c65d7e8e64e28fc.zip |
inets: Remove VxWorks
Diffstat (limited to 'lib/inets/test/rules.mk')
-rw-r--r-- | lib/inets/test/rules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/inets/test/rules.mk b/lib/inets/test/rules.mk index 047c03b267..c4a62a87ed 100644 --- a/lib/inets/test/rules.mk +++ b/lib/inets/test/rules.mk @@ -17,17 +17,12 @@ DEFAULT_TARGETS = opt debug instr release release_docs clean docs # Erlang language section # ---------------------------------------------------- EMULATOR = beam -ifeq ($(findstring vxworks,$(TARGET)),vxworks) -# VxWorks object files should be compressed. -# Other object files should have debug_info. -ERL_COMPILE_FLAGS += +compressed -else + ifdef BOOTSTRAP ERL_COMPILE_FLAGS += +slim else ERL_COMPILE_FLAGS += +debug_info endif -endif ERLC_WFLAGS = -W ERLC = erlc $(ERLC_WFLAGS) $(ERLC_FLAGS) ERL.beam = erl.beam -boot start_clean |