diff options
Diffstat (limited to 'BUILD/compile-sap')
-rwxr-xr-x | BUILD/compile-sap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-sap b/BUILD/compile-sap new file mode 100755 index 00000000000..376afaf6f56 --- /dev/null +++ b/BUILD/compile-sap @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags" +extra_configs="$pentium_configs --without-berkeley-db" + +. "$path/FINISH.sh" |