summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-01-12 04:04:08 +0000
committerH.J. Lu <hjl@lucon.org>2007-01-12 04:04:08 +0000
commit3ecbbfeada6897b30100702fc4a09ae204530ed8 (patch)
treed5774c6971cdb76cfa57a4379517ebed68c18be2 /bfd/configure.in
parent871457419eb7b9a521e3c0755a260348ad65f220 (diff)
downloadgdb-3ecbbfeada6897b30100702fc4a09ae204530ed8.tar.gz
2076-01-11 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3631 * Makefile.am (OFILES): Add @bfd64_libs@. (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES). * Makefile.in: Regenerated. * configure.in (bfd_libs): Replaced by ... (bfd64_libs): This. * configure: Regenerated.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 2ea861f3ad8..5dcb91c26c7 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -910,7 +910,7 @@ fi # all_targets is true
case ${host64}-${target64}-${want64} in
*true*)
wordsize=64
- bfd_libs='$(BFD64_LIBS) $(BFD32_LIBS)'
+ bfd64_libs='$(BFD64_LIBS)'
all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
if test $BFD_HOST_64_BIT_DEFINED = 0; then
AC_MSG_WARN([You have requested a 64 bit BFD configuration, but])
@@ -931,13 +931,12 @@ case ${host64}-${target64}-${want64} in
;;
false-false-false)
wordsize=32
- bfd_libs='$(BFD32_LIBS)'
all_backends='$(BFD32_BACKENDS)'
;;
esac
AC_SUBST(wordsize)
-AC_SUBST(bfd_libs)
+AC_SUBST(bfd64_libs)
AC_SUBST(all_backends)
AC_SUBST(bfd_backends)
AC_SUBST(bfd_machines)