version 1.2, 2003/03/07 09:48:00 |
version 1.3, 2005/07/12 02:25:59 |
Line 221 if test -n "$myuname"; then |
|
Line 221 if test -n "$myuname"; then |
|
irix*) osname=irix;; |
irix*) osname=irix;; |
fx2800) arch=fx2800; osname=concentrix;; |
fx2800) arch=fx2800; osname=concentrix;; |
hp*) arch=hppa; osname=hpux;; |
hp*) arch=hppa; osname=hpux;; |
freebsd|os2) arch=ix86;; |
freebsd) arch=`uname -m`;; |
|
os2) arch=ix86;; |
ultrix) arch=mips;; |
ultrix) arch=mips;; |
nextstep) arch=`file /bin/sh | sed 's/.*(for architecture \(.*\))/\1/'`;; |
nextstep) arch=`file /bin/sh | sed 's/.*(for architecture \(.*\))/\1/'`;; |
osf1) case "$5" in alpha) arch=alpha;; esac;; |
osf1) case "$5" in alpha) arch=alpha;; esac;; |
Line 774 if test -n "$__gnuc__"; then |
|
Line 775 if test -n "$__gnuc__"; then |
|
linux-i?86|cygwin*) OPTFLAGS="-O3 -DGCC_INLINE -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2";; |
linux-i?86|cygwin*) OPTFLAGS="-O3 -DGCC_INLINE -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2";; |
esac |
esac |
case "$osname-$asmarch" in *-sparcv8*) CFLAGS="$CFLAGS -mv8" ;; esac |
case "$osname-$asmarch" in *-sparcv8*) CFLAGS="$CFLAGS -mv8" ;; esac |
|
case "$arch" in amd64|x86_64) CFLAGS="$CFLAGS -fPIC" ;; esac |
else |
else |
CFLAGS= |
CFLAGS= |
DBGFLAGS="-g" |
DBGFLAGS="-g" |