Skip to content

Commit

Permalink
Add Haiku to configure for proper LDSHARED settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarL authored and madler committed Oct 7, 2024
1 parent d476828 commit 6419111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
uname=`(uname -s || echo unknown) 2>/dev/null`
fi
case "$uname" in
Linux* | linux* | *-linux* | GNU | GNU/* | solaris*)
Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku)
case "$mname" in
*sparc*)
LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;
Expand Down

0 comments on commit 6419111

Please sign in to comment.