* configure.in: Add hppa-*-openbsd* target, change
alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd* with sparc64 cpu. * configure: Regenerate.
This commit is contained in:
parent
def7023cdf
commit
03111e8359
3 changed files with 268 additions and 247 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
|
||||||
|
|
||||||
|
* configure.in: Add hppa-*-openbsd* target, change
|
||||||
|
alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
|
||||||
|
with sparc64 cpu.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||||
|
|
||||||
* config/tc-mips.c (macro): Shift the 32-bit address range
|
* config/tc-mips.c (macro): Shift the 32-bit address range
|
||||||
|
|
498
gas/configure
vendored
498
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -182,11 +182,11 @@ changequote([,])dnl
|
||||||
|
|
||||||
alpha*-*-*vms*) fmt=evax ;;
|
alpha*-*-*vms*) fmt=evax ;;
|
||||||
alpha*-*-netware*) fmt=ecoff ;;
|
alpha*-*-netware*) fmt=ecoff ;;
|
||||||
alpha*-*-openbsd*) fmt=ecoff ;;
|
|
||||||
alpha*-*-osf*) fmt=ecoff ;;
|
alpha*-*-osf*) fmt=ecoff ;;
|
||||||
alpha*-*-linuxecoff*) fmt=ecoff ;;
|
alpha*-*-linuxecoff*) fmt=ecoff ;;
|
||||||
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
|
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
alpha*-*-netbsd*) fmt=elf em=nbsd ;;
|
alpha*-*-netbsd*) fmt=elf em=nbsd ;;
|
||||||
|
alpha*-*-openbsd*) fmt=elf em=obsd ;;
|
||||||
|
|
||||||
arc-*-elf*) fmt=elf bfd_gas=yes ;;
|
arc-*-elf*) fmt=elf bfd_gas=yes ;;
|
||||||
|
|
||||||
|
@ -228,6 +228,7 @@ changequote([,])dnl
|
||||||
hppa-*-*elf*) fmt=elf em=hppa ;;
|
hppa-*-*elf*) fmt=elf em=hppa ;;
|
||||||
hppa-*-lites*) fmt=elf em=hppa ;;
|
hppa-*-lites*) fmt=elf em=hppa ;;
|
||||||
hppa-*-netbsd*) fmt=elf em=nbsd ;;
|
hppa-*-netbsd*) fmt=elf em=nbsd ;;
|
||||||
|
hppa-*-openbsd*) fmt=elf em=hppa ;;
|
||||||
hppa-*-osf*) fmt=som em=hppa ;;
|
hppa-*-osf*) fmt=som em=hppa ;;
|
||||||
hppa-*-rtems*) fmt=elf em=hppa ;;
|
hppa-*-rtems*) fmt=elf em=hppa ;;
|
||||||
hppa-*-hpux11*) case ${cpu} in
|
hppa-*-hpux11*) case ${cpu} in
|
||||||
|
@ -463,7 +464,12 @@ changequote([,])dnl
|
||||||
sparc64) fmt=elf ;;
|
sparc64) fmt=elf ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
sparc-*-openbsd*) fmt=aout em=nbsd ;;
|
sparc-*-openbsd*) em=nbsd
|
||||||
|
case ${cpu} in
|
||||||
|
sparc) fmt=aout ;;
|
||||||
|
sparc64) fmt=elf ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
strongarm-*-coff) fmt=coff ;;
|
strongarm-*-coff) fmt=coff ;;
|
||||||
strongarm-*-elf) fmt=elf ;;
|
strongarm-*-elf) fmt=elf ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue