You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
344 B

  1. #! /bin/sh
  2. path=`dirname $0`
  3. . "$path/SETUP.sh"
  4. amd64_cflags="-m64 -mtune=athlon64"
  5. extra_flags="$amd64_cflags $debug_cflags $max_cflags"
  6. c_warnings="$c_warnings $debug_extra_warnings"
  7. cxx_warnings="$cxx_warnings $debug_extra_warnings"
  8. extra_configs="$amd64_configs $debug_configs $max_configs --enable-thread-safe-client"
  9. . "$path/FINISH.sh"