From 92fcee847f4c0a992e24af3873012f9bb07f8d45 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Apr 2001 12:44:06 -0600 Subject: separate compile-pentium and compile-pentium-max BUILD/compile-pentium: do not build innobase and bdb, build it in max instead --- BUILD/compile-pentium | 2 +- BUILD/compile-pentium-max | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 BUILD/compile-pentium-max diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium index aa013c85d30..11559be93de 100755 --- a/BUILD/compile-pentium +++ b/BUILD/compile-pentium @@ -7,6 +7,6 @@ extra_flags="$pentium_cflags $fast_cflags" extra_configs="$pentium_configs" strip=yes -extra_configs="$extra_configs --with-berkeley-db --with-innobase" +extra_configs="$extra_configs" . "$path/FINISH.sh" diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max new file mode 100644 index 00000000000..2f63ebe13c0 --- /dev/null +++ b/BUILD/compile-pentium-max @@ -0,0 +1,12 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $fast_cflags" +extra_configs="$pentium_configs" +strip=yes + +extra_configs="$extra_configs --with-innobase --with-berkeley-db" + +. "$path/FINISH.sh" -- cgit v1.2.1