mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
* configure: Rebuild.
This commit is contained in:
@ -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.
|
||||
|
3
gas/configure
vendored
3
gas/configure
vendored
@ -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)'
|
||||
;;
|
||||
|
@ -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)'
|
||||
;;
|
||||
|
@ -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
|
||||
|
3
gprof/configure
vendored
3
gprof/configure
vendored
@ -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)'
|
||||
;;
|
||||
|
@ -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)'
|
||||
;;
|
||||
|
Reference in New Issue
Block a user