* configure.in: Add recognition of i[34]86-*-bsd386.
This commit is contained in:
parent
d782a99583
commit
9ad75873fa
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Apr 19 12:12:15 1994 Bill Cox (bill@rtl.cygnus.com)
|
||||
|
||||
* configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
|
||||
|
||||
Fri Apr 15 14:35:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* ldlang.c (lang_size_sections): When relaxing, adjust the
|
||||
|
|
|
@ -62,6 +62,7 @@ case "${targ}" in
|
|||
i[34]86-*-lynxos*) ld_target=i386-lynx ;;
|
||||
i[34]86-*-coff) ld_target=i386-coff ;;
|
||||
i[34]86-*-bsd) ld_target=i386-bsd ;;
|
||||
i[34]86-*-bsd386) ld_target=i386-bsd ;;
|
||||
i[34]86-*-aout) ld_target=i386-aout ;;
|
||||
i[34]86-*-linux) ld_target=i386-linux ;;
|
||||
i[34]86-*-sysv4*) ld_target=i386-elf ;;
|
||||
|
|
Loading…
Reference in a new issue