mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
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"
|