]> gcc.gnu.org Git - gcc.git/commitdiff
ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 4 Oct 2003 04:54:17 +0000 (04:54 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 4 Oct 2003 04:54:17 +0000 (21:54 -0700)
2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>

* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.

From-SVN: r72086

ChangeLog
ltconfig

index af8a674f69b5bf7c966b52b771c9e7bd1ff8a664..d830e94ceea5eff91964ec5d7a3f7946ca8ab01d 100644 (file)
--- 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-09-30  Carlo Wood  <carlo@alinoe.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 44a5d698810a1774119277d9935bb40958284c60..289293c566241e1d95e7349b74b7f39b6cab4280 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -1167,7 +1167,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
This page took 0.06678 seconds and 5 git commands to generate.