diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-04 04:54:17 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-04 04:54:17 +0000 |
commit | cd5c13ff4692e95b549ac6b1d395d49c11542510 (patch) | |
tree | 683fa57fbae6308a84e66573d49289f6f81740f5 /ltconfig | |
parent | 89e22a520c415cb93a6e65441231a93466f1c76b (diff) | |
download | gcc-cd5c13ff4692e95b549ac6b1d395d49c11542510.tar.gz |
2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72086 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |