svn commit: r263108 - projects/uefi/lib/libstand

Ed Maste emaste at FreeBSD.org
Thu Mar 13 14:34:25 UTC 2014


Author: emaste
Date: Thu Mar 13 14:34:25 2014
New Revision: 263108
URL: http://svnweb.freebsd.org/changeset/base/263108

Log:
  Undo lib/libstand Makefile changes on UEFI branch
  
  32- and 64-bit versions of libstand are now built under sys/boot for
  bootloaders; changes to the version in lib are not required.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/uefi/lib/libstand/Makefile

Modified: projects/uefi/lib/libstand/Makefile
==============================================================================
--- projects/uefi/lib/libstand/Makefile	Thu Mar 13 06:54:10 2014	(r263107)
+++ projects/uefi/lib/libstand/Makefile	Thu Mar 13 14:34:25 2014	(r263108)
@@ -24,7 +24,6 @@ CFLAGS+= -I${.CURDIR}
 CFLAGS+=	-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
 .endif
 .if ${MACHINE_CPUARCH} == "i386"
-CFLAGS+=	-march=i386
 CFLAGS.gcc+=	-mpreferred-stack-boundary=2
 .endif
 .if ${MACHINE_CPUARCH} == "amd64"
@@ -109,7 +108,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c
 .if ${MACHINE_ARCH} == "powerpc64"
 .PATH: ${.CURDIR}/powerpc
 .else
-.PATH: ${.CURDIR}/${MACHINE_ARCH}
+.PATH: ${.CURDIR}/${MACHINE_CPUARCH}
 .endif
 SRCS+=	_setjmp.S
 


More information about the svn-src-projects mailing list