From K. Richard Pixley <rich@noir.com>:
* configure.in (ppc-*-vxworks*): New target. * configure: Rebuild.
This commit is contained in:
parent
e07bf1ac47
commit
e4a86f6fb4
3 changed files with 174 additions and 166 deletions
|
@ -1,3 +1,9 @@
|
|||
1999-06-13 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
From K. Richard Pixley <rich@noir.com>:
|
||||
* configure.in (ppc-*-vxworks*): New target.
|
||||
* configure: Rebuild.
|
||||
|
||||
1999-06-12 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* config/tc-arm.c (tc_gen_reloc): Fix handling of GOTPC relocs.
|
||||
|
|
333
gas/configure
vendored
333
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -289,6 +289,7 @@ changequote([,])dnl
|
|||
ppc-*-macos* | ppc-*-mpw*)
|
||||
fmt=coff em=macos ;;
|
||||
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
||||
ppc-*-vxworks*) fmt=elf ;;
|
||||
|
||||
sh-*-elf*) fmt=elf ;;
|
||||
sh-*-coff*) fmt=coff ;;
|
||||
|
|
Loading…
Reference in a new issue