mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
8 lines
372 B
Text
8 lines
372 B
Text
make -k clean
|
|||
/bin/rm -f */.deps/*.P */*.o
|
|||
/bin/rm -f config.cache
|
|||
aclocal; autoheader; aclocal; automake; autoconf
|
|||
|
|||
CFLAGS="-O6 -fomit-frame-pointer -mcpu=ev6 -Wa,-mev6" CXX=gcc CXXFLAGS="-O6 -mcpu=ev6 -Wa,-mev6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex
|
|||
make
|