Chameleon

Chameleon Commit Details

Date:2011-01-31 08:37:39 (13 years 2 months ago)
Author:Evan Lojewski
Commit:722
Parents: 721
Message:Revert makefile alias setting.
Changes:
M/branches/meklort/i386/modules/MakeInc.dir

File differences

branches/meklort/i386/modules/MakeInc.dir
2525
2626
2727
28
28
2929
3030
3131
......
4949
5050
5151
52
52
5353
5454
5555
@echo "\t[LD] $(MODULE_NAME).dylib"
@ld -arch i386 \
-alias $(MODULE_START) $(MODULE_NAME)_start \
-alias $(MODULE_START) start \
-dylib -read_only_relocs suppress \
-S -x -Z -dead_strip_dylibs \
-no_uuid \
@rm -rf $(SYMROOT)/$(MODULE_NAME).dylib#ensure module doesn't link with old version of self
@echo "\t[LD] $(MODULE_NAME).dylib"
@ld -arch i386 \
-alias $(MODULE_START) $(MODULE_NAME)_start \
-alias $(MODULE_START) start \
-dylib -read_only_relocs suppress \
-S -x -Z -dead_strip_dylibs \
-no_uuid \

Archive Download the corresponding diff file

Revision: 722