mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
106370187a
commit
d371320775
2 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue