Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45736 | Differences between
and this patch

Collapse All | Expand All

(-)libfame-0.9.1/configure.old (-6 / +3 lines)
Lines 4607-4618 Link Here
4607
if test x$ac_cv_c_compiler_gnu = xyes; then
4607
if test x$ac_cv_c_compiler_gnu = xyes; then
4608
	CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops -ffast-math"
4608
	CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops -ffast-math"
4609
4609
4610
	gcc_major_version=`$CC --version | \
4610
	gcc_major_version=`${CC} -dumpversion | cut -f1 -d.`
4611
	   sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
4611
    	gcc_minor_version=`${CC} -dumpversion | cut -f2 -d.`
4612
    	gcc_minor_version=`$CC --version | \
4612
	gcc_micro_version=`${CC} -dumpversion | cut -f3 -d.`
4613
	   sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
4614
	gcc_micro_version=`$CC --version | \
4615
	   sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
4616
4613
4617
		if test $gcc_major_version -eq 2; then
4614
		if test $gcc_major_version -eq 2; then
4618
		if test $gcc_minor_version -gt 94; then
4615
		if test $gcc_minor_version -gt 94; then

Return to bug 45736