Replace outdated paths in buildtools

* Replace /boot/beos/system/lib with /boot/system/lib
* Performed on configure and libtool.m4 files, as well as patches
This commit is contained in:
Joseph R. Prostko
2012-10-31 10:33:57 -04:00
parent 5f2852400d
commit a17bb71c16
16 changed files with 19 additions and 19 deletions

2
gcc/libtool.m4 vendored
View File

@@ -2329,7 +2329,7 @@ haiku*)
soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LIBRARY_PATH
shlibpath_overrides_runpath=yes
sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
hardcode_into_libs=yes
;;