[BACK]Return to Configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari

Diff for /OpenXM_contrib/pari/Attic/Configure between version 1.2 and 1.3

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"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>