diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2021-09-02 12:19:14 +0100 |
---|---|---|
committer | Arsen Arsenović <arsen@gcc.gnu.org> | 2023-08-07 22:59:40 +0200 |
commit | ead5103cc6f526bcc5a30c8c7185e9dd5de73d55 (patch) | |
tree | 38cba1785cf5035d8216cf37a92675dda6630604 /lto-plugin/configure | |
parent | f330710912229678b65def1f6f52765baa3d0f7a (diff) | |
download | gcc-ead5103cc6f526bcc5a30c8c7185e9dd5de73d55.zip gcc-ead5103cc6f526bcc5a30c8c7185e9dd5de73d55.tar.gz gcc-ead5103cc6f526bcc5a30c8c7185e9dd5de73d55.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.
ChangeLog:
* configure: Regenerate.
* configure.ac: Add Haiku to list of ELF OSes
* libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
gcc/ChangeLog:
* configure: Regenerate.
libatomic/ChangeLog:
* configure: Regenerate.
libbacktrace/ChangeLog:
* configure: Regenerate.
libcc1/ChangeLog:
* configure: Regenerate.
libffi/ChangeLog:
* configure: Regenerate.
libgfortran/ChangeLog:
* configure: Regenerate.
libgm2/ChangeLog:
* configure: Regenerate.
libgomp/ChangeLog:
* configure: Regenerate.
libitm/ChangeLog:
* configure: Regenerate.
libobjc/ChangeLog:
* configure: Regenerate.
libphobos/ChangeLog:
* configure: Regenerate.
libquadmath/ChangeLog:
* configure: Regenerate.
libsanitizer/ChangeLog:
* configure: Regenerate.
libssp/ChangeLog:
* configure: Regenerate.
libstdc++-v3/ChangeLog:
* configure: Regenerate.
libvtv/ChangeLog:
* configure: Regenerate.
lto-plugin/ChangeLog:
* configure: Regenerate.
zlib/ChangeLog:
* configure: Regenerate.
Diffstat (limited to 'lto-plugin/configure')
-rwxr-xr-x | lto-plugin/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lto-plugin/configure b/lto-plugin/configure index 34891eb..5473d13 100755 --- a/lto-plugin/configure +++ b/lto-plugin/configure @@ -11368,7 +11368,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 ;; |