Add PowerPC bridge instruction flag to the assembler to help out

with test code written in the loader.
This commit is contained in:
Peter Grehan 2004-08-02 03:06:21 +00:00
parent d4a57a3131
commit 1f302e5357
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132997
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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"