Date: Sun, 2 Dec 2007 11:51:42 GMT From: Rafal Jaworowski <raj@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 130001 for review Message-ID: <200712021151.lB2Bpgrr048538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130001 Change 130001 by raj@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712021151.lB2Bpgrr048538>