Add n32 ABI generators...
Submitted by: neel, jmallet
This commit is contained in:
parent
c876b43f42
commit
69be831fc8
@ -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}
|
||||
|
4
gnu/usr.bin/binutils/ld/elf32btsmipn32_fbsd.sh
Executable file
4
gnu/usr.bin/binutils/ld/elf32btsmipn32_fbsd.sh
Executable file
@ -0,0 +1,4 @@
|
||||
# $FreeBSD$
|
||||
. ${srcdir}/emulparams/elf32btsmip.sh
|
||||
. ${srcdir}/emulparams/elf_fbsd.sh
|
||||
GENERATE_PIE_SCRIPT=yes
|
4
gnu/usr.bin/binutils/ld/elf32ltsmipn32_fbsd.sh
Executable file
4
gnu/usr.bin/binutils/ld/elf32ltsmipn32_fbsd.sh
Executable file
@ -0,0 +1,4 @@
|
||||
# $FreeBSD$
|
||||
. ${srcdir}/emulparams/elf32ltsmip.sh
|
||||
. ${srcdir}/emulparams/elf_fbsd.sh
|
||||
GENERATE_PIE_SCRIPT=yes
|
@ -50,6 +50,7 @@ fi
|
||||
if test -d ldscripts; then
|
||||
true
|
||||
else
|
||||
rm -f ldscripts
|
||||
mkdir ldscripts
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user