mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Move test of gcc 3.0 from BUILD to configure
This commit is contained in:
parent
061038b7f0
commit
e2255e848f
2 changed files with 14 additions and 8 deletions
|
|
@ -67,11 +67,4 @@ else
|
|||
make=make
|
||||
fi
|
||||
|
||||
if gcc -v 2>&1 | grep 'version 3' > /dev/null 2>&1
|
||||
then
|
||||
CXX="gcc -DUSE_MYSYS_NEW"
|
||||
CXXLDFLAGS="-Wl,--defsym -Wl,__cxa_pure_virtual=0"
|
||||
else
|
||||
CXX=gcc
|
||||
CXXLDFLAGS=""
|
||||
fi
|
||||
CXX=gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue