Skip to content

Commit

Permalink
2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
hjl committed Oct 4, 2003
1 parent 89e22a5 commit cd5c13f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ltconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd5c13f

Please sign in to comment.