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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 97-105 Link Here
97
				AC_MSG_RESULT([ok (${gcc_version})])
97
				AC_MSG_RESULT([ok (${gcc_version})])
98
				;;
98
				;;
99
		esac
99
		esac
100
		case "${gcc_version}" in
101
		    [[56789]].* | 4.[[3456789]].*)
100
		# bb #1581 - temporarely add -fno-strict-aliasing so gcc 4.4.0
102
		# bb #1581 - temporarely add -fno-strict-aliasing so gcc 4.4.0
101
		# works correctly
103
		# works correctly
102
		CFLAGS="$CFLAGS -fno-strict-aliasing"
104
		CFLAGS="$CFLAGS -fno-strict-aliasing"
105
			;;
106
		    *)
107
			;;
108
		esac
103
	fi
109
	fi
104
else
110
else
105
	CFLAGS="$CFLAGS -O0"
111
	CFLAGS="$CFLAGS -O0"

Return to bug 275928