Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 14:34:25 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r263108 - projects/uefi/lib/libstand
Message-ID:  <201403131434.s2DEYPMj028500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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