Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2008 21:03:00 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135593 for review
Message-ID:  <200802172103.m1HL30oC087425@repoman.freebsd.org>

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

Change 135593 by marcel@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



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