Date: Sun, 31 Aug 2008 11:02:22 GMT From: Rui Paulo <rpaulo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 148904 for review Message-ID: <200808311102.m7VB2Mjp021315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148904 Change 148904 by rpaulo@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808311102.m7VB2Mjp021315>
