From cd5c13ff4692e95b549ac6b1d395d49c11542510 Mon Sep 17 00:00:00 2001 From: hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat, 4 Oct 2003 04:54:17 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ ltconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af8a674f69b5..d830e94ceea5 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-09-30 Carlo Wood <carlo@alinoe.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/ltconfig b/ltconfig index 44a5d698810a..289293c56624 100755 --- 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 -- GitLab