mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
Add Haiku to list of elf-target so that is_elf is true.
This enables --enable-gold flag to be used (doesn't compile yet though). The gold linker promises up to five times faster linking than ld, it is also possible to use link-time optimizations.
This commit is contained in:
parent
68d377c247
commit
e310d205fb
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -2049,7 +2049,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||
is_elf=no
|
||||
case "${target}" in
|
||||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* | *-*-haiku* \
|
||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
|
||||
case "${target}" in
|
||||
*-*-linux*aout* | *-*-linux*oldld*)
|
||||
|
@ -304,7 +304,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||
is_elf=no
|
||||
case "${target}" in
|
||||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* | *-*-haiku* \
|
||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
|
||||
case "${target}" in
|
||||
*-*-linux*aout* | *-*-linux*oldld*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user