From d371320775ff47c715cdbb069328dec9111c7549 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 29 Dec 2014 17:36:37 +0000 Subject: [PATCH] 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 --- sys/boot/powerpc/ofw/Makefile | 3 --- sys/boot/powerpc/ps3/Makefile | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile index bf4ea8ab165..c0ed1451476 100644 --- a/sys/boot/powerpc/ofw/Makefile +++ b/sys/boot/powerpc/ofw/Makefile @@ -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" diff --git a/sys/boot/powerpc/ps3/Makefile b/sys/boot/powerpc/ps3/Makefile index 5742a86bd50..5016764aed0 100644 --- a/sys/boot/powerpc/ps3/Makefile +++ b/sys/boot/powerpc/ps3/Makefile @@ -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"