aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2008-04-14 19:58:48 +0000
committerThiemo Seufer <ths@networkno.de>2008-04-14 19:58:48 +0000
commitc5cb844243e6f18fe7bda3688e1c918f4c7e21be (patch)
treedd32d458ec0ac66131b122d2b834a3849925d3de /bfd/configure
parentaa11fd3fc49287c58a04f7b84be0eee10bafef68 (diff)
downloadgdb-c5cb844243e6f18fe7bda3688e1c918f4c7e21be.zip
gdb-c5cb844243e6f18fe7bda3688e1c918f4c7e21be.tar.gz
gdb-c5cb844243e6f18fe7bda3688e1c918f4c7e21be.tar.bz2
* configure.in: Link with the PIC version of libiberty on
Linux/MIPS hosts. * configure: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure18
1 files changed, 4 insertions, 14 deletions
diff --git a/bfd/configure b/bfd/configure
index ab6c3e7..a3eeaa5 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -18909,20 +18909,10 @@ case "${host}" in
*-*-linux*)
# We borrow WIN32LIBADD so that the shared libbfd won't depend on
# libiberty.a.
- case "${host}" in
- mips*-*-linux*)
- # Linux/MIPS uses PIC by default.
- if test "$enable_shared" = "yes"; then
- WIN32LIBADD="-L../libiberty -liberty"
- fi
- ;;
- *)
- x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
- if test -n "$x"; then
- WIN32LIBADD="-L../libiberty/pic -liberty"
- fi
- ;;
- esac
+ x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
+ if test -n "$x"; then
+ WIN32LIBADD="-L../libiberty/pic -liberty"
+ fi
;;
esac