mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
07fca88e07
BUILD/compile-pentium-valgrind-max: remove no-op BUILD/compile-pentium64-max: remove bad things BUILD/compile-pentium64: remove bad things BUILD/compile-pentium: remove bad things
11 lines
188 B
Bash
Executable file
11 lines
188 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium64_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs $static_link"
|
|
CC="$CC --pipe"
|
|
strip=yes
|
|
|
|
. "$path/FINISH.sh"
|