diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2021-09-02 12:19:14 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-12 08:43:25 -0500 |
commit | 8a563bfdd74e72b37d9c522a98c8e449e73a1af3 (patch) | |
tree | 0456c2f3c330d42fa8cd7ef955e397520c040df9 /newlib/libm/machine/x86_64 | |
parent | 88d86e59701b3a747a55554baeb51369ae52bd18 (diff) | |
download | newlib-8a563bfdd74e72b37d9c522a98c8e449e73a1af3.zip newlib-8a563bfdd74e72b37d9c522a98c8e449e73a1af3.tar.gz newlib-8a563bfdd74e72b37d9c522a98c8e449e73a1af3.tar.bz2 |
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/libm/machine/x86_64')
-rwxr-xr-x | newlib/libm/machine/x86_64/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/machine/x86_64/configure b/newlib/libm/machine/x86_64/configure index b7e564d..54ee161 100755 --- a/newlib/libm/machine/x86_64/configure +++ b/newlib/libm/machine/x86_64/configure @@ -10628,7 +10628,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 ;; |