diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2003-10-04 04:54:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2003-10-03 21:54:17 -0700 |
commit | 62cdd71e1109e4c5de0f5a8bc3010b94767490ab (patch) | |
tree | 683fa57fbae6308a84e66573d49289f6f81740f5 /ltconfig | |
parent | 674c7ef12b5dfbdc5b2ab6d7435407443ac60b28 (diff) | |
download | gcc-62cdd71e1109e4c5de0f5a8bc3010b94767490ab.tar.gz |
ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
From-SVN: r72086
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 |