mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
* Makefile.am (GASLIBS): Expand @BFDLIB@. (BFDVER_H): Delete. (OBJS): Expand @ALL_OBJ_DEPS@. Depend on all fopen-*.h variants. (obj-aout.o): Depend on $(DEP_@target_get_type@_aout) (obj-coff.o, obj-ecoff.o, obj-elf.o): Similarly. Run "make dep-am". * dep-in.sed: Don't substitute bfdver.h. Do remove symcat.h. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * configure: Regenerate.
This commit is contained in:
@ -554,16 +554,8 @@ yes)
|
||||
;;
|
||||
esac
|
||||
|
||||
BFDLIB=../bfd/libbfd.la
|
||||
BFDVER_H=../bfd/bfdver.h
|
||||
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
|
||||
|
||||
AC_SUBST(BFDLIB)
|
||||
AC_SUBST(OPCODES_LIB)
|
||||
|
||||
AC_SUBST(BFDVER_H)
|
||||
AC_SUBST(ALL_OBJ_DEPS)
|
||||
|
||||
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
|
||||
AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}", [Canonical target.])
|
||||
AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}", [Target CPU.])
|
||||
|
Reference in New Issue
Block a user