]> git.pld-linux.org Git - packages/ardour.git/commitdiff
- eeeh, updated for 0.9beta7
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Jan 2004 21:47:40 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ardour-opt.patch -> 1.2

ardour-opt.patch

index 517ded922e420510574c8a8ba815b6289bbcdf16..01781c5615eb6d02009b154441cab247e431d167 100644 (file)
@@ -1,11 +1,11 @@
---- ardour-0.9beta2/gtk_ardour/configure.ac.orig       2003-06-24 05:11:35.000000000 +0200
-+++ ardour-0.9beta2/gtk_ardour/configure.ac    2003-07-15 01:30:51.000000000 +0200
+--- ardour-0.9beta7/gtk_ardour/configure.ac.orig       2003-06-24 05:11:35.000000000 +0200
++++ ardour-0.9beta7/gtk_ardour/configure.ac    2003-07-15 01:30:51.000000000 +0200
 @@ -37,8 +37,8 @@
     AC_MSG_ERROR([*** Ardour is written in C++. You don't appear to have a C++ compiler])
  fi
  
 -CXXFLAGS="-g -D_REENTRANT"
--OPT_CXXFLAGS="-D_REENTRANT -O6 -fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops -fmove-all-movables"
+-OPT_CXXFLAGS="-D_REENTRANT -O3 -march=$target_cpu -fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops -fmove-all-movables"
 +CXXFLAGS="$CXXFLAGS -D_REENTRANT"
 +OPT_CXXFLAGS="$CXXFLAGS -fomit-frame-pointer -ffast-math -fstrength-reduce -fmove-all-movables"
  if test x"$GXX" = xyes ; then
  if test x"$GXX" = xyes ; then
     CXXFLAGS="$CXXFLAGS -Wall"
  fi
---- ardour-0.9beta2/libs/ardour/configure.ac.orig      2003-06-27 03:21:32.000000000 +0200
-+++ ardour-0.9beta2/libs/ardour/configure.ac   2003-07-15 01:31:29.000000000 +0200
+--- ardour-0.9beta7/libs/ardour/configure.ac.orig      2003-06-27 03:21:32.000000000 +0200
++++ ardour-0.9beta7/libs/ardour/configure.ac   2003-07-15 01:31:29.000000000 +0200
 @@ -37,8 +37,8 @@
     AC_MSG_ERROR([*** Ardour is written in C++. You don't appear to have a C++ compiler])
  fi
  
 -CXXFLAGS="-g -D_REENTRANT"
--OPT_CXXFLAGS="-D_REENTRANT -O6 -mcpu=i686 -march=i686 -fomit-frame-pointer -ffast-math -fstrength-reduce -fmove-all-movables"
+-OPT_CXXFLAGS="-D_REENTRANT -O3 -march=$target_cpu -fomit-frame-pointer -ffast-math -fstrength-reduce -fmove-all-movables"
 +CXXFLAGS="$CXXFLAGS -D_REENTRANT"
 +OPT_CXXFLAGS="$CXXFLAGS -fomit-frame-pointer -ffast-math -fstrength-reduce -fmove-all-movables"
  if test x"$GXX" = xyes ; then
This page took 0.084747 seconds and 4 git commands to generate.