mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* configure.in: Add recognition of i[34]86-*-bsd386.
This commit is contained in:
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user