From 2300e217743b784a719a68a87b0ce222ecabbc14 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 6 Feb 1996 17:34:18 +0000 Subject: [PATCH] * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a *-*-hpux* host. --- bfd/ChangeLog | 3 +++ bfd/configure.host | 1 + 2 files changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0c056886f..40684a1b60 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 6 12:12:22 1996 Ian Lance Taylor + * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a + *-*-hpux* host. + * Makefile.in (program_transform_name): New variable. (install): Transform library name before installing it. diff --git a/bfd/configure.host b/bfd/configure.host index de8d65d998..1657407bbd 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -119,6 +119,7 @@ if [ "${shared}" = "true" ]; then *-*-hpux*) # HP/UX uses .sl for shared libraries. SHLINK=`echo ${SHLINK} | sed -e 's/so$/sl/'` + SHLIB_CFLAGS='-shared $(PICFLAG)' ;; *-*-irix5*) # -fpic is not needed on Irix 5.