We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d476828 commit 6419111Copy full SHA for 6419111
configure
@@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
228
uname=`(uname -s || echo unknown) 2>/dev/null`
229
fi
230
case "$uname" in
231
- Linux* | linux* | *-linux* | GNU | GNU/* | solaris*)
+ Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku)
232
case "$mname" in
233
*sparc*)
234
LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;
0 commit comments