aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-05-12 23:14:49 +0000
committerJim Blandy <jimb@codesourcery.com>2004-05-12 23:14:49 +0000
commitec76baa5b2087b1fb8ea31bc2412ab8d29131033 (patch)
tree3e8c5289132a885a15f8509596c900a66d204b3b /gdb/configure.in
parentf2c9ca0856f99aaddc3f12d8addd1d900dbea575 (diff)
downloadgdb-ec76baa5b2087b1fb8ea31bc2412ab8d29131033.zip
gdb-ec76baa5b2087b1fb8ea31bc2412ab8d29131033.tar.gz
gdb-ec76baa5b2087b1fb8ea31bc2412ab8d29131033.tar.bz2
* configure.in: When checking whether we should use the -bbigtoc
option, don't forget to restore the original value of LDFLAGS. * configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 9f86b48..0463e94 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -862,6 +862,7 @@ aix*)
LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
AC_TRY_LINK([], [int i;], [], [gdb_cv_bigtoc=])
+ LDFLAGS="${SAVE_LDFLAGS}"
])
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
;;