summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-debug
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-ppc-debug')
-rw-r--r--BUILD/compile-ppc-debug13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-ppc-debug b/BUILD/compile-ppc-debug
new file mode 100644
index 00000000000..2be11eaaf22
--- /dev/null
+++ b/BUILD/compile-ppc-debug
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$ppc_cflags $debug_cflags"
+c_warnings="$c_warnings $debug_extra_warnings"
+cxx_warnings="$cxx_warnings $debug_extra_warnings"
+extra_configs="$debug_configs "
+
+extra_configs="$extra_configs"
+
+. "$path/FINISH.sh"