diff options
author | unknown <lenz@mysql.com> | 2004-12-02 09:44:03 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-02 09:44:03 +0100 |
commit | 2495f21aa96b639e008fb611da700de5e8c0d948 (patch) | |
tree | 4e79afbe399105f818a631ace23727c6bece8f65 /BUILD/compile-ppc | |
parent | 62446e4c1805392168e3d152dd7baabc1af8163e (diff) | |
download | mariadb-git-2495f21aa96b639e008fb611da700de5e8c0d948.tar.gz |
- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC
- added ppc_cflags to BUILD/SETUP.sh
BUILD/SETUP.sh:
- added ppc_cflags for compiling on Linux/PPC
Diffstat (limited to 'BUILD/compile-ppc')
-rw-r--r-- | BUILD/compile-ppc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-ppc b/BUILD/compile-ppc new file mode 100644 index 00000000000..d248ecf2677 --- /dev/null +++ b/BUILD/compile-ppc @@ -0,0 +1,10 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$ppc_cflags $fast_cflags" +extra_configs="$static_link" +strip=yes + +. "$path/FINISH.sh" |