/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 830 by persson, Sun Jan 15 18:23:11 2006 UTC revision 832 by persson, Sun Feb 5 10:24:05 2006 UTC
# Line 61  AC_DEFINE_UNQUOTED(ARCH_X86,$def_arch_x8 Line 61  AC_DEFINE_UNQUOTED(ARCH_X86,$def_arch_x8
61  # determine the right gcc switch for CPU specific optimizations  # determine the right gcc switch for CPU specific optimizations
62  # (only if the user did not provide one)  # (only if the user did not provide one)
63  CXX_CPU_SWITCH=  CXX_CPU_SWITCH=
 echo "X $CXXFLAGS "  
64  if ! echo "X $CXXFLAGS " | grep -q -- " \(-march=\|-mcpu=\|-mtune=\|-arch=\)" ; then  if ! echo "X $CXXFLAGS " | grep -q -- " \(-march=\|-mcpu=\|-mtune=\|-arch=\)" ; then
65    if test "$def_arch_x86" = 1; then    if test "$def_arch_x86" = 1; then
66      CXX_CPU_SWITCH="-march=$target_cpu"      CXX_CPU_SWITCH="-march=$target_cpu"

Legend:
Removed from v.830  
changed lines
  Added in v.832

  ViewVC Help
Powered by ViewVC