* configure.in: Configury support for PA64 (currently disabled).
* configure: Rebuilt.
This commit is contained in:
parent
e799a69521
commit
cea1ab94e6
3 changed files with 191 additions and 166 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* configure.in: Configury support for PA64 (currently disabled).
|
||||
* configure: Rebuilt.
|
||||
|
||||
2000-04-25 Machida Hiroyuki <machida@sm.sony.co.jp>
|
||||
|
||||
* config/tc-mips.c (s_change_sec): Use record_alignment, not
|
||||
|
|
342
gas/configure
vendored
342
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -199,6 +199,16 @@ changequote([,])dnl
|
|||
hppa-*-lites*) fmt=elf em=hppa ;;
|
||||
hppa-*-osf*) fmt=som em=hppa ;;
|
||||
hppa-*-rtems*) fmt=elf em=hppa ;;
|
||||
# Disabled until configury issues are sorted out across the various
|
||||
# projects
|
||||
# hppa-*-hpux11*) em=hppa
|
||||
# case ${cpu} in
|
||||
# hppa*w)
|
||||
# fmt=elf;;
|
||||
# hppa*)
|
||||
# fmt=som;;
|
||||
# esac
|
||||
# ;;
|
||||
hppa-*-hpux*) fmt=som em=hppa ;;
|
||||
hppa-*-mpeix*) fmt=som em=hppa ;;
|
||||
hppa-*-bsd*) fmt=som em=hppa ;;
|
||||
|
|
Loading…
Reference in a new issue