diff options
Diffstat (limited to 'BUILD/SETUP.sh')
-rw-r--r-- | BUILD/SETUP.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index a69cdcb14fd..9204d4216d1 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -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 |