Chameleon

Chameleon Commit Details

Date:2011-08-08 04:12:11 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1330
Parents: 1329
Message:Add missing linker options for ppc
Changes:
M/branches/xZenu/src/arch/ppc/boot2/Makefile

File differences

branches/xZenu/src/arch/ppc/boot2/Makefile
4444
4545
4646
47
47
4848
4949
5050
${SYMROOT}/boot: ${ACTUAL_OBJECTS}
@echo "\t[LD] boot.sys"
@$(CC) -nostdlib -arch ${ARCH} -static \
@$(CC) -nostdlib -arch ${ARCH} -static -nostdlib -e _StartTVector -seg1addr 06600000 \
-o $(SYMROOT)/boot.sys $(filter %.${ARCH}o,$^) `find $(ROOT)/obj/boot2_modules/ -name \*.${ARCH}o` $(LIBS)
@# TODO: embed Symbols.dylib

Archive Download the corresponding diff file

Revision: 1330