mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
10 lines
170 B
Bash
Executable file
10 lines
170 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs $static_link"
|
|
strip=yes
|
|
|
|
. "$path/FINISH.sh"
|