summaryrefslogtreecommitdiff
path: root/BUILD/compile-hpux11-parisc2-aCC
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-10-15 00:36:45 +0400
committerunknown <konstantin@mysql.com>2004-10-15 00:36:45 +0400
commitfeb23bf9fe6f49b24e297814f8d158cb0767a4e0 (patch)
tree5d03c655f9ef840ceca3fb0d33bc083de55b50ac /BUILD/compile-hpux11-parisc2-aCC
parentce49544c8b762c98244be7b724acf9c2bc17da1c (diff)
downloadmariadb-git-feb23bf9fe6f49b24e297814f8d158cb0767a4e0.tar.gz
compile-hpux11-parisc2-aCC:
Fix a typo. Cleanup. BUILD/compile-hpux11-parisc2-aCC: Fix a typo. Cleanup.
Diffstat (limited to 'BUILD/compile-hpux11-parisc2-aCC')
-rwxr-xr-xBUILD/compile-hpux11-parisc2-aCC20
1 files changed, 10 insertions, 10 deletions
diff --git a/BUILD/compile-hpux11-parisc2-aCC b/BUILD/compile-hpux11-parisc2-aCC
index 1bdef94e080..2fc7a6d2b6e 100755
--- a/BUILD/compile-hpux11-parisc2-aCC
+++ b/BUILD/compile-hpux11-parisc2-aCC
@@ -20,7 +20,7 @@ release_flags="-fast +O3"
# note on pointers below.
cflags="-g -z +O0"
cxxflags="-g0 -z +O0"
-debug_conigure_options="--with-debug"
+debug_configure_options="--with-debug"
while [ "$#" != 0 ]; do
case "$1" in
@@ -40,23 +40,23 @@ while [ "$#" != 0 ]; do
--release)
echo "Building release binary"
cflags="$release_flags"
- cxxflags="$release_flags"
- debug_configure_options=""
+ cxxflags="$release_flags"
+ debug_configure_options=""
;;
- -32)
- echo "Building 32-bit binary"
- ;;
- -64)
- echo "Building 64-bit binary"
+ -32)
+ echo "Building 32-bit binary"
+ ;;
+ -64)
+ echo "Building 64-bit binary"
cflags="$cflags +DA2.0W +DD64"
cxxflags="$cxxflags +DA2.0W +DD64"
- ;;
+ ;;
*)
echo "$0: invalid option '$1'; use --help to show usage"
exit 1
;;
esac
- shift
+ shift
done