svn commit: r276368 - in projects/clang350-import/sys/boot/powerpc: ofw ps3

Dimitry Andric dim at FreeBSD.org
Mon Dec 29 17:36:38 UTC 2014


Author: dim
Date: Mon Dec 29 17:36:37 2014
New Revision: 276368
URL: https://svnweb.freebsd.org/changeset/base/276368

Log:
  For building sys/boot/powerpc, get rid of the obsolete -mppc64bridge
  assembler flag.  No change in the generated code.
  
  Reviewed by:	nwhitehorn
  Differential Revision: https://reviews.freebsd.org/D1392

Modified:
  projects/clang350-import/sys/boot/powerpc/ofw/Makefile
  projects/clang350-import/sys/boot/powerpc/ps3/Makefile

Modified: projects/clang350-import/sys/boot/powerpc/ofw/Makefile
==============================================================================
--- projects/clang350-import/sys/boot/powerpc/ofw/Makefile	Mon Dec 29 17:17:01 2014	(r276367)
+++ projects/clang350-import/sys/boot/powerpc/ofw/Makefile	Mon Dec 29 17:36:37 2014	(r276368)
@@ -77,9 +77,6 @@ CFLAGS+=	-DRELOC=${RELOC}
 
 LDFLAGS=	-nostdlib -static -T ${.CURDIR}/ldscript.powerpc
 
-# 64-bit bridge extensions
-CFLAGS+= -Wa,-mppc64bridge
-
 # Pull in common loader code
 .PATH:		${.CURDIR}/../../ofw/common
 .include	"${.CURDIR}/../../ofw/common/Makefile.inc"

Modified: projects/clang350-import/sys/boot/powerpc/ps3/Makefile
==============================================================================
--- projects/clang350-import/sys/boot/powerpc/ps3/Makefile	Mon Dec 29 17:17:01 2014	(r276367)
+++ projects/clang350-import/sys/boot/powerpc/ps3/Makefile	Mon Dec 29 17:36:37 2014	(r276368)
@@ -87,9 +87,6 @@ CFLAGS+=	-DRELOC=${RELOC}
 
 LDFLAGS=	-nostdlib -static -T ${.CURDIR}/ldscript.powerpc
 
-# 64-bit bridge extensions
-CFLAGS+= -Wa,-mppc64bridge
-
 # Pull in common loader code
 #.PATH:		${.CURDIR}/../../ofw/common
 #.include	"${.CURDIR}/../../ofw/common/Makefile.inc"


More information about the svn-src-projects mailing list