* configure.in (i386-*-rtemself*, sh-*-rtemself*): New targets.
This commit is contained in:
Richard Henderson 1999-05-13 09:49:29 +00:00
parent 2e9a84c864
commit 53f3de9893
3 changed files with 175 additions and 167 deletions

View File

@ -1,3 +1,7 @@
Thu May 13 09:46:59 1999 Joel Sherrill (joel@OARcorp.com)
* configure.in (i386-*-rtemself*, sh-*-rtemself*): New targets.
1999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.h (InvMem): New flag. Add to AnyMem.

336
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -190,6 +190,7 @@ changequote([,])dnl
i386-*-vsta) fmt=aout ;;
i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
fmt=coff em=go32;;
i386-*-rtemself*) fmt=elf ;;
i386-*-rtems*) fmt=coff ;;
i386-*-gnu*) fmt=elf ;;
i386-*-mach*)
@ -289,6 +290,7 @@ changequote([,])dnl
sh-*-elf*) fmt=elf ;;
sh-*-coff*) fmt=coff ;;
sh-*-rtemself*) fmt=elf ;;
sh-*-rtems*) fmt=coff ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;