mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
c072804d51
BUILD/compile-pentium-gcov: Use local file mysys/thr_alarm.c: Get comment from 3.23 sql/mini_client.cc: Get comment from 3.23
10 lines
299 B
Bash
Executable file
10 lines
299 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage -fmessage-length=0 "
|
|
extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db"
|
|
|
|
. "$path/FINISH.sh"
|