From K. Richard Pixley <rich@noir.com>:

* configure.in (ppc-*-vxworks*): New target.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1999-06-13 19:12:01 +00:00
parent e07bf1ac47
commit e4a86f6fb4
3 changed files with 174 additions and 166 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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 ;;