* configure.in: Include coff-m68k.o for m68kcoffun_vec.
Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
This commit is contained in:
parent
ae87844d7b
commit
161bb4082c
@ -1,5 +1,8 @@
|
||||
Wed Aug 11 12:11:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||
|
||||
* configure.in: Include coff-m68k.o for m68kcoffun_vec.
|
||||
Include nlm32.o and nlm.o for bfd_nlm32_i386_vec.
|
||||
|
||||
* oasys.c: Make bfd_error_vector extern.
|
||||
|
||||
* configure.in: Include stab-syms.o for a.out/b.out targets
|
||||
|
@ -251,7 +251,7 @@ if [ x${all_targets} = xfalse ]; then
|
||||
icoff_little_vec) tb="$tb coff-i960.o" ;;
|
||||
ieee_vec) tb="$tb ieee.o" ;;
|
||||
m68kcoff_vec) tb="$tb coff-m68k.o" ;;
|
||||
m68kcoffun_vec) tb="$tb coff-u68k.o" ;;
|
||||
m68kcoffun_vec) tb="$tb coff-u68k.o coff-m68k.o" ;;
|
||||
m88kbcs_vec) tb="$tb coff-m88k.o" ;;
|
||||
newsos3_vec) tb="$tb newsos3.o aout32.o stab-syms.o" ;;
|
||||
rs6000coff_vec) tb="$tb coff-rs6000.o" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user