* configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a

*-*-hpux* host.
This commit is contained in:
Ian Lance Taylor 1996-02-06 17:34:18 +00:00
parent 48fd00b6d8
commit 2300e21774
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Tue Feb 6 12:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
* 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.

View File

@ -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.