PERFORCE change 148904 for review

Rui Paulo rpaulo at FreeBSD.org
Sun Aug 31 11:02:23 UTC 2008


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

Change 148904 by rpaulo at rpaulo_alpha on 2008/08/31 11:01:25

	Undo something that sneaked in.

Affected files ...

.. //depot/projects/efi/boot/i386/Makefile.inc#4 edit

Differences ...

==== //depot/projects/efi/boot/i386/Makefile.inc#4 (text+ko) ====

@@ -5,16 +5,15 @@
 BINDIR?=	/boot
 
 LOADER_ADDRESS?=0x200000
-# -mpreferred-stack-boundary=2 \
-CFLAGS+=	-ffreestanding -fPIC \
+CFLAGS+=	-ffreestanding -mpreferred-stack-boundary=2 \
 		-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
 LDFLAGS+=	-nostdlib
 
-#.if ${MACHINE_ARCH} == "amd64"
-#CFLAGS+=	-m32 -march=i386
-#LDFLAGS+=	-m elf_i386_fbsd
-#AFLAGS+=	--32
-#.endif
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+=	-m32 -march=i386
+LDFLAGS+=	-m elf_i386_fbsd
+AFLAGS+=	--32
+.endif
 
 # BTX components
 .if exists(${.OBJDIR}/../btx)


More information about the p4-projects mailing list