PERFORCE change 135593 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Feb 17 13:03:01 PST 2008


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

Change 135593 by marcel at marcel_xcllnt on 2008/02/17 21:02:27

	Add -msoft-float so that we don't depend on CPUTYPE setting it.

Affected files ...

.. //depot/projects/e500/sys/boot/uboot/lib/Makefile#9 edit

Differences ...

==== //depot/projects/e500/sys/boot/uboot/lib/Makefile#9 (text+ko) ====

@@ -11,7 +11,7 @@
 # Pick up the bootstrap header for some interface items
 CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
 
-CFLAGS+=	-ffreestanding
+CFLAGS+=	-ffreestanding -msoft-float
 
 .ifdef(BOOT_DISK_DEBUG)
 # Make the disk code more talkative


More information about the p4-projects mailing list