Add n32 ABI generators...

Submitted by:	neel, jmallet
This commit is contained in:
Warner Losh 2010-03-02 05:43:04 +00:00
parent c876b43f42
commit 69be831fc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204548
4 changed files with 11 additions and 1 deletions

View File

@ -10,7 +10,8 @@ NATIVE_EMULATION=elf${_sz}btsmip_fbsd
NATIVE_EMULATION=elf${_sz}ltsmip_fbsd
.endif
MIPS_ABIS=elf32btsmip_fbsd elf32ltsmip_fbsd elf64btsmip_fbsd elf64ltsmip_fbsd
MIPS_ABIS=elf32btsmip_fbsd elf32ltsmip_fbsd elf64btsmip_fbsd elf64ltsmip_fbsd \
elf32btsmipn32_fbsd elf32ltsmipn32_fbsd
.for abi in ${MIPS_ABIS}
#.if (${abi} != ${NATIVE_EMULATION})
EMS+= ${abi}

View File

@ -0,0 +1,4 @@
# $FreeBSD$
. ${srcdir}/emulparams/elf32btsmip.sh
. ${srcdir}/emulparams/elf_fbsd.sh
GENERATE_PIE_SCRIPT=yes

View File

@ -0,0 +1,4 @@
# $FreeBSD$
. ${srcdir}/emulparams/elf32ltsmip.sh
. ${srcdir}/emulparams/elf_fbsd.sh
GENERATE_PIE_SCRIPT=yes

View File

@ -50,6 +50,7 @@ fi
if test -d ldscripts; then
true
else
rm -f ldscripts
mkdir ldscripts
fi