Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16889
Modified Files:
Tag: devel_0_37
configure.in configure
Log Message:
changed CFLAGS for icc
Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure,v
retrieving revision 1.1.1.4.2.18
retrieving revision 1.1.1.4.2.19
diff -C2 -d -r1.1.1.4.2.18 -r1.1.1.4.2.19
*** configure 30 May 2004 17:18:07 -0000 1.1.1.4.2.18
--- configure 10 Jul 2004 19:29:21 -0000 1.1.1.4.2.19
***************
*** 33,37 ****
--enable-threadedsf use threaded soundfiler (EXPERIMENTAL, implies --enable-gathreadlocks)"
ac_help="$ac_help
! --enable-gathreadlocks t_garray threadlocks (EXPERIMENTAL)"
ac_help="$ac_help
--with-x use the X Window System"
--- 33,37 ----
--enable-threadedsf use threaded soundfiler (EXPERIMENTAL, implies --enable-gathreadlocks)"
ac_help="$ac_help
! --enable-gathreadlocks t_garray threadlocks (EXPERIMENTAL)"
ac_help="$ac_help
--with-x use the X Window System"
***************
*** 2770,2777 ****
if test "$icc" = "yes"; then
if test "$optimize" = "pentium4"; then
! ARCH_CFLAGS="-xN"
fi
if test "$optimize" = "pentium3"; then
! ARCH_CFLAGS="-xK"
fi
else
--- 2770,2777 ----
if test "$icc" = "yes"; then
if test "$optimize" = "pentium4"; then
! ARCH_CFLAGS="-xN -ip -ipo_obj"
fi
if test "$optimize" = "pentium3"; then
! ARCH_CFLAGS="-xK -ip -ipo_obj"
fi
else
Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.1.1.4.2.18
retrieving revision 1.1.1.4.2.19
diff -C2 -d -r1.1.1.4.2.18 -r1.1.1.4.2.19
*** configure.in 30 May 2004 17:18:07 -0000 1.1.1.4.2.18
--- configure.in 10 Jul 2004 19:29:21 -0000 1.1.1.4.2.19
***************
*** 39,43 ****
AC_ARG_ENABLE(threadedgui, [ --enable-threadedgui use yves degoyon's threaded gui patch],threadedgui=$enableval)
AC_ARG_ENABLE(threadedsf, [ --enable-threadedsf use threaded soundfiler (EXPERIMENTAL, implies --enable-gathreadlocks)],threadedsf=$enableval)
! AC_ARG_ENABLE(gathreadlocks, [ --enable-gathreadlocks t_garray threadlocks (EXPERIMENTAL)],gathreadlocks=$enableval)
dnl Checks for programs.
--- 39,43 ----
AC_ARG_ENABLE(threadedgui, [ --enable-threadedgui use yves degoyon's threaded gui patch],threadedgui=$enableval)
AC_ARG_ENABLE(threadedsf, [ --enable-threadedsf use threaded soundfiler (EXPERIMENTAL, implies --enable-gathreadlocks)],threadedsf=$enableval)
! AC_ARG_ENABLE(gathreadlocks, [ --enable-gathreadlocks t_garray threadlocks (EXPERIMENTAL)],gathreadlocks=$enableval)
dnl Checks for programs.
***************
*** 151,158 ****
if test "$icc" = "yes"; then
if test "$optimize" = "pentium4"; then
! ARCH_CFLAGS="-xN"
fi
if test "$optimize" = "pentium3"; then
! ARCH_CFLAGS="-xK"
fi
else
--- 151,158 ----
if test "$icc" = "yes"; then
if test "$optimize" = "pentium4"; then
! ARCH_CFLAGS="-xN -ip -ipo_obj"
fi
if test "$optimize" = "pentium3"; then
! ARCH_CFLAGS="-xK -ip -ipo_obj"
fi
else