mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
12 lines
202 B
Bash
Executable File
12 lines
202 B
Bash
Executable File
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium64_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs $max_configs $static_link"
|
|
CC="$CC --pipe"
|
|
strip=yes
|
|
|
|
. "$path/FINISH.sh"
|