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 /newlib/configure
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 'newlib/configure')
-rwxr-xr-xnewlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure
index 1f00059e0..d7e3e5f4b 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -11053,7 +11053,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
;;