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 | 51e220927eda902eec82389fa9637880b8a8bf0f (patch) | |
tree | 4e79afbe399105f818a631ace23727c6bece8f65 /BUILD/SETUP.sh | |
parent | befcff9ba5ec37fdf8ccc1aac31ac3ab9dab8ac3 (diff) | |
download | mariadb-git-51e220927eda902eec82389fa9637880b8a8bf0f.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/SETUP.sh')
-rw-r--r-- | BUILD/SETUP.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index f8baf317e72..5f4233b8371 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -43,6 +43,7 @@ cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wcto alpha_cflags="-mcpu=ev6 -Wa,-mev6" # Not used yet pentium_cflags="-mcpu=pentiumpro" +ppc_cflags="-mpowerpc -mcpu=powerpc" sparc_cflags="" # be as fast as we can be without losing our ability to backtrace |