mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
ild can not be expected on all matching installs
This commit is contained in:
parent
57751b59a7
commit
0257708437
1 changed files with 9 additions and 3 deletions
12
configure.in
12
configure.in
|
|
@ -2812,9 +2812,15 @@ EOF
|
|||
|
||||
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc-$have_ndbcluster in
|
||||
*solaris*-i?86-no-yes)
|
||||
# ndb fail for whatever strange reason to link Sun Forte/x86
|
||||
# unless using incremental linker
|
||||
CXXFLAGS="$CXXFLAGS -xildon"
|
||||
if $CC -xildon 2>&1 | grep "illegal option" >/dev/null
|
||||
then
|
||||
# This Solaris ld does not support -xildon
|
||||
true
|
||||
else
|
||||
# ndb fail for whatever strange reason to link Sun Forte/x86
|
||||
# unless using incremental linker
|
||||
CXXFLAGS="$CXXFLAGS -xildon"
|
||||
fi
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue