From 5cde0ca744b72dfd36f4ed0a13269b1d3f48de54 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 10 Aug 2010 18:36:04 +0400 Subject: created *-all build scripts that build with ndb (as -max scripts don't) --- BUILD/compile-pentium64-debug-all | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 BUILD/compile-pentium64-debug-all (limited to 'BUILD/compile-pentium64-debug-all') diff --git a/BUILD/compile-pentium64-debug-all b/BUILD/compile-pentium64-debug-all new file mode 100755 index 00000000000..7824f7ad47f --- /dev/null +++ b/BUILD/compile-pentium64-debug-all @@ -0,0 +1,12 @@ +#! /bin/sh + +path=`dirname $0` +set -- "$@" --with-debug=full +. "$path/SETUP.sh" + +extra_flags="$pentium64_cflags $debug_cflags" +extra_configs="$pentium_configs $debug_configs $all_configs" + +extra_configs="$extra_configs " +CC="$CC --pipe" +. "$path/FINISH.sh" -- cgit v1.2.1