summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-10-04 04:54:47 +0000
committerH.J. Lu <hjl@lucon.org>2003-10-04 04:54:47 +0000
commit1707cbf459a74e24497b85da7dc88ceacf921c14 (patch)
tree3fe82ad6afaa85f3b8bdc2d392706a4679b82f69
parent1cc8624e668f6a1d0a0216c84bae7e0e5d893958 (diff)
downloadgdb-1707cbf459a74e24497b85da7dc88ceacf921c14.tar.gz
2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
-rw-r--r--ChangeLog4
-rwxr-xr-xltconfig2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 279c2acda75..4ef80670457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
+
2003-10-01 Phil Edwards <pme@gcc.gnu.org>
* config-ml.in: Use ac_configure_args directly instead of
diff --git a/ltconfig b/ltconfig
index f49a2cfea3b..0a8c7d2f4c4 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1179,7 +1179,7 @@ hpux9* | hpux10* | hpux11*)
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
if test "X$HPUX_IA64_MODE" = X32; then
- sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32/usr/local/lib"
+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
else
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
fi