PERFORCE change 128529 for review
Rafal Jaworowski
raj at FreeBSD.org
Fri Nov 2 12:15:18 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=128529
Change 128529 by raj at raj_mimi on 2007/11/02 19:14:18
Cleanup
Affected files ...
.. //depot/projects/e500/sys/boot/powerpc/uboot/Makefile#4 edit
.. //depot/projects/e500/sys/boot/uboot/lib/Makefile#5 edit
Differences ...
==== //depot/projects/e500/sys/boot/powerpc/uboot/Makefile#4 (text+ko) ====
@@ -71,9 +71,6 @@
LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
-# XXX e500 specific - need to integrate it with the overall build settings...
-#CFLAGS+= -Wa,-me500 -msoft-float
-
# Pull in common loader code
.PATH: ${.CURDIR}/../../uboot/common
.include "${.CURDIR}/../../uboot/common/Makefile.inc"
==== //depot/projects/e500/sys/boot/uboot/lib/Makefile#5 (text+ko) ====
@@ -19,8 +19,6 @@
# and forth safely. For PowerPC these are r14 and r29, but always make
# sure in the U-Boot cpu/{CPU}/config.mk, e.g. cpu/mpc85xx/config.mk
#
-# FIXME this should be integrated with the whole system build settings
-#CFLAGS+= -msoft-float -Wa,-me500 -ffixed-r14 -ffixed-r29
CFLAGS+= -ffixed-r14 -ffixed-r29
.endif
More information about the p4-projects
mailing list