Chameleon

Chameleon Commit Details

Date:2014-10-20 19:58:36 (9 years 5 months ago)
Author:ErmaC
Commit:2410
Parents: 2409
Message:Remove the '-x' option from the offending 'ld' command
Changes:
M/trunk/i386/modules/MakeInc.dir
M/trunk/CHANGES

File differences

trunk/i386/modules/MakeInc.dir
108108
109109
110110
111
111
112112
113113
114114
@echo "[LD] $(MODULE_NAME).dylib"
@ld -arch i386 -undefined dynamic_lookup \
-dylib -read_only_relocs suppress \
-S -x -Z -dead_strip_dylibs \
-S -Z -dead_strip_dylibs \
-no_uuid \
-current_version $(MODULE_VERSION) -compatibility_version $(MODULE_COMPAT_VERSION) \
-final_output $(MODULE_NAME) \
trunk/CHANGES
1
12
23
34
- Remove the '-x' option from the offending 'ld' command
- Makefile dependency missing for boot0 and boot1h
- Temp disable klibc module
- Silence output.

Archive Download the corresponding diff file

Revision: 2410