aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-05 21:21:31 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-05 21:21:31 +0700
commit5a9886170b3bc9027ec72ab425fb0e3d4a1aa330 (patch)
tree42949595ccec8f6993a19ccbc6a7e48b2bdc7652 /sim/configure
parentc95bd9111ee75556a4a6ba51603856cee0afef2b (diff)
downloadgdb-5a9886170b3bc9027ec72ab425fb0e3d4a1aa330.zip
gdb-5a9886170b3bc9027ec72ab425fb0e3d4a1aa330.tar.gz
gdb-5a9886170b3bc9027ec72ab425fb0e3d4a1aa330.tar.bz2
sim: fix readline linkage
Now that we link programs in the top dir instead of the arch subdir, update the readline library path to be relative to the top dir.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure b/sim/configure
index d8b734e..0a0eb6d 100755
--- a/sim/configure
+++ b/sim/configure
@@ -13446,7 +13446,7 @@ fi
if test -r ../readline/Makefile; then
- READLINE_LIB=../../readline/readline/libreadline.a
+ READLINE_LIB=../readline/readline/libreadline.a
READLINE_CFLAGS='-I$(READLINE_SRC)/..'
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5