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
This commit is contained in:
parent
0cdb9f6679
commit
4f8488255a
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user