* configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
authorIan Lance Taylor <ian@airs.com>
Tue, 13 Feb 1996 20:34:53 +0000 (20:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 13 Feb 1996 20:34:53 +0000 (20:34 +0000)
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in
gprof/ChangeLog
gprof/configure
gprof/configure.in

index 5b5ded59522ffa677f2409d9ffdb9e626d313cbb..4f485faa42073694aad68a09239e992f7fc2799a 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 13 15:31:18 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
+       * configure: Rebuild.
+
 Mon Feb 12 15:53:46 1996  Doug Evans  <dje@charmed.cygnus.com>
 
        * configure.in: Recognize any sparc* cpu.
index 80bf9c590e1d18ee029d45888c71d88eafb191f6..408a2022d0f05738b65985d324cd903920728ee7 100755 (executable)
@@ -2135,6 +2135,9 @@ HLDFLAGS=
 # If we have shared libraries, try to set rpath reasonably.
 if test "${shared}" = "true"; then
   case "${host}" in
+  *-*-hpux*)
+    HLDFLAGS='-Wl,+s,+b,$(libdir)'
+    ;;
   *-*-irix5*)
     HLDFLAGS='-Wl,-rpath,$(libdir)'
     ;;
index 9d371efe23cb0d34d0554724a8d10aee2d36e9e3..a8a967689aafd8089abd0625f190a297368bf463 100644 (file)
@@ -635,6 +635,9 @@ HLDFLAGS=
 # If we have shared libraries, try to set rpath reasonably.
 if test "${shared}" = "true"; then
   case "${host}" in
+  *-*-hpux*)
+    HLDFLAGS='-Wl,+s,+b,$(libdir)'
+    ;;
   *-*-irix5*)
     HLDFLAGS='-Wl,-rpath,$(libdir)'
     ;;
index a87e0ddc427d6e6f924ba054a5e5c838acab4138..0e1fe783765d1f09b16a6c8781a638932da4bee1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 13 15:32:53 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
+       * configure: Rebuild.
+
 Wed Feb  7 14:03:17 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Don't set CC.  Look for --enable-shared.  Set
index fba4710abff39abe53de74b12fab2becd49f70fc..c702138ca23ebe3344ca18d5fda49f5205f8468d 100755 (executable)
@@ -759,6 +759,9 @@ HLDFLAGS=
 # If we have shared libraries, try to set rpath reasonably.
 if test "${shared}" = "true"; then
   case "${host}" in
+  *-*-hpux*)
+    HLDFLAGS='-Wl,+s,+b,$(libdir)'
+    ;;
   *-*-irix5*)
     HLDFLAGS='-Wl,-rpath,$(libdir)'
     ;;
index 393589da401c930943e656f39a7797f2f306e880..8da8b86702f2fdf5b6a122ccfaf53d3aefca04d1 100644 (file)
@@ -47,6 +47,9 @@ HLDFLAGS=
 # If we have shared libraries, try to set rpath reasonably.
 if test "${shared}" = "true"; then
   case "${host}" in
+  *-*-hpux*)
+    HLDFLAGS='-Wl,+s,+b,$(libdir)'
+    ;;
   *-*-irix5*)
     HLDFLAGS='-Wl,-rpath,$(libdir)'
     ;;
This page took 0.049057 seconds and 4 git commands to generate.