/[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 857 by schoenebeck, Wed May 3 20:40:19 2006 UTC revision 909 by schoenebeck, Sat Aug 5 17:55:49 2006 UTC
# Line 64  CXX_CPU_SWITCH= Line 64  CXX_CPU_SWITCH=
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"
67    elif test "$target_cpu" = "powerpc"; then    elif test "$target_cpu" = "ppc"; then
68      CXX_CPU_SWITCH="-arch=$target_cpu"      CXX_CPU_SWITCH="-arch=$target_cpu"
69    fi    fi
70  fi  fi

Legend:
Removed from v.857  
changed lines
  Added in v.909

  ViewVC Help
Powered by ViewVC