mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Add PowerPC bridge instruction flag to the assembler to help out
with test code written in the loader.
This commit is contained in:
parent
d4a57a3131
commit
1f302e5357
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132997
@ -69,6 +69,9 @@ 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"
|
||||
|
@ -69,6 +69,9 @@ 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