summaryrefslogtreecommitdiff
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
commit57b3507daeecb225f09ca1c7c06d563ff7fef512 (patch)
treead73cf04d0df4243107c15627f38a697f4767db0 /gdb/configure.in
parent2ac80cc24ddb570cff84d0b81b21fab757e712ff (diff)
downloadgdb-57b3507daeecb225f09ca1c7c06d563ff7fef512.tar.gz
* 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 9f86b48b93e..0463e9414b6 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}"
;;