Commit feb23bf9 authored by unknown's avatar unknown

compile-hpux11-parisc2-aCC:

  Fix a typo. Cleanup.


BUILD/compile-hpux11-parisc2-aCC:
  Fix a typo. Cleanup.
parent ce49544c
...@@ -20,7 +20,7 @@ release_flags="-fast +O3" ...@@ -20,7 +20,7 @@ release_flags="-fast +O3"
# note on pointers below. # note on pointers below.
cflags="-g -z +O0" cflags="-g -z +O0"
cxxflags="-g0 -z +O0" cxxflags="-g0 -z +O0"
debug_conigure_options="--with-debug" debug_configure_options="--with-debug"
while [ "$#" != 0 ]; do while [ "$#" != 0 ]; do
case "$1" in case "$1" in
...@@ -40,23 +40,23 @@ while [ "$#" != 0 ]; do ...@@ -40,23 +40,23 @@ while [ "$#" != 0 ]; do
--release) --release)
echo "Building release binary" echo "Building release binary"
cflags="$release_flags" cflags="$release_flags"
cxxflags="$release_flags" cxxflags="$release_flags"
debug_configure_options="" debug_configure_options=""
;; ;;
-32) -32)
echo "Building 32-bit binary" echo "Building 32-bit binary"
;; ;;
-64) -64)
echo "Building 64-bit binary" echo "Building 64-bit binary"
cflags="$cflags +DA2.0W +DD64" cflags="$cflags +DA2.0W +DD64"
cxxflags="$cxxflags +DA2.0W +DD64" cxxflags="$cxxflags +DA2.0W +DD64"
;; ;;
*) *)
echo "$0: invalid option '$1'; use --help to show usage" echo "$0: invalid option '$1'; use --help to show usage"
exit 1 exit 1
;; ;;
esac esac
shift shift
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment