Fri Apr 5 18:11:25 1996 James G. Smith <jsmith@cygnus.co.uk>
* emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit architecture number. * scripttempl/elf.sc: Use $MACHINE definition if present. * configure.tgt (targ_extra_emuls): Force 4100 build to use same template as 4300.
This commit is contained in:
parent
0066efbab5
commit
4864a04fc9
@ -1,3 +1,11 @@
|
||||
Fri Apr 5 18:11:25 1996 James G. Smith <jsmith@cygnus.co.uk>
|
||||
|
||||
* emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
|
||||
architecture number.
|
||||
* scripttempl/elf.sc: Use $MACHINE definition if present.
|
||||
* configure.tgt (targ_extra_emuls): Force 4100 build to use same
|
||||
template as 4300.
|
||||
|
||||
Mon Apr 1 17:35:40 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ldlang.c (lang_size_sections): Change region check to handle
|
||||
|
@ -118,6 +118,8 @@ mips*-dec-netbsd*) targ_emul=elf32lmip ;;
|
||||
mips*-*-bsd*) targ_emul=mipsbig ;;
|
||||
mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
|
||||
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
|
||||
mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
|
||||
mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
|
||||
mips*el-*-elf*) targ_emul=elf32lmip ;;
|
||||
mips*-*-elf*) targ_emul=elf32bmip ;;
|
||||
alpha-*-linux*) targ_emul=alpha ;;
|
||||
|
Loading…
Reference in New Issue
Block a user