Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2021-09-02 14:19:14 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-12 16:43:25 +0300
commit8a563bfdd74e72b37d9c522a98c8e449e73a1af3 (patch)
tree0456c2f3c330d42fa8cd7ef955e397520c040df9 /libtool.m4
parent88d86e59701b3a747a55554baeb51369ae52bd18 (diff)
Add support for the haiku operating system. These are the os support patches we have been grooming and maintaining for quite a few years over on git.haiku-os.org. All of these architectures are working and most have been stable for quite some time.
Diffstat (limited to 'libtool.m4')
-rw-r--r--libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libtool.m4 b/libtool.m4
index 9a13f3b11..f69fc99f6 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -2362,7 +2362,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
;;