mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Irix64 mipspro ndb compile fixes
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
6e18271f1c
commit
01aceaaa15
49 changed files with 303 additions and 208 deletions
|
|
@ -6,7 +6,7 @@ if [ ! -f "sql/mysqld.cc" ]; then
|
|||
fi
|
||||
|
||||
cflags="-64 -mips4"
|
||||
|
||||
config_args=
|
||||
if [ "$#" != 0 ]; then
|
||||
case "$1" in
|
||||
--help)
|
||||
|
|
@ -25,8 +25,7 @@ if [ "$#" != 0 ]; then
|
|||
cflags=""
|
||||
;;
|
||||
*)
|
||||
echo "$0: invalid option '$1'; use --help to show usage"
|
||||
exit 1
|
||||
config_args="$config_args $1"; shift
|
||||
;;
|
||||
esac
|
||||
else
|
||||
|
|
@ -79,6 +78,7 @@ cxxflags="$cxxflags -LANG:libc_in_namespace_std=OFF"
|
|||
CC=cc CXX=CC CFLAGS="$cflags" CXXFLAGS="$cxxflags" \
|
||||
./configure --prefix=/usr/local/mysql --disable-shared \
|
||||
--with-extra-charsets=complex --enable-thread-safe-client \
|
||||
--without-extra-tools --disable-dependency-tracking
|
||||
--without-extra-tools --disable-dependency-tracking \
|
||||
$config_args
|
||||
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue