Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 19:15:17 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128529 for review
Message-ID:  <200711021915.lA2JFHLt078300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128529

Change 128529 by raj@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711021915.lA2JFHLt078300>