Changeset 9170 for trunk/make
- Timestamp:
- Aug 29, 2002, 2:13:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.optional.wlink.mk
r9169 r9170 1 # $Id: setup.optional.wlink.mk,v 1. 3 2002-08-29 12:06:17bird Exp $1 # $Id: setup.optional.wlink.mk,v 1.4 2002-08-29 12:13:41 bird Exp $ 2 2 3 3 # … … 28 28 !ifdef LD_FORMAT 29 29 ! if "$(LD_FORMAT)" == "NE" 30 _LD_FORMAT = $(BUILD_PLATFORM)-16 30 _LD_FORMAT = $(BUILD_PLATFORM)-16 31 TOOLS_STRIP = 31 32 ! else 32 33 ! if "$(LD_FORMAT)" == "LX" 33 _LD_FORMAT = os234 _LD_FORMAT = os2 34 35 ! else 35 36 ! error error: LD_FORMAT other than NE and LX is not supported by this compiler ($(ENV_NAME)).
Note:
See TracChangeset
for help on using the changeset viewer.