PERFORCE change 130001 for review

Rafal Jaworowski raj at FreeBSD.org
Sun Dec 2 03:51:43 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130001

Change 130001 by raj at raj_mimi on 2007/12/02 11:51:35

	Build OpenFirmware-based loader(8) with -msoft-float to be consistent
	with other pieces that already do this (ficl, libstand)

Affected files ...

.. //depot/projects/e500/sys/boot/powerpc/ofw/Makefile#2 edit

Differences ...

==== //depot/projects/e500/sys/boot/powerpc/ofw/Makefile#2 (text+ko) ====

@@ -61,7 +61,7 @@
 
 CLEANFILES+=	vers.c loader.help
 
-CFLAGS+=	-ffreestanding
+CFLAGS+=	-ffreestanding -msoft-float
 # load address. set in linker script
 RELOC?=		0x1C00000
 CFLAGS+=	-DRELOC=${RELOC}


More information about the p4-projects mailing list