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

Collapse All | Expand All

(-)configure.orig (-1 / +1 lines)
Lines 14254-14260 Link Here
14254
14254
14255
	libffi_cv_as_x86_pcrel=yes
14255
	libffi_cv_as_x86_pcrel=yes
14256
	echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
14256
	echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
14257
	if $CC $CFLAGS -c conftest.s 2>&1 | $EGREP -i 'illegal|warning' > /dev/null; then
14257
	if $CC -c conftest.s 2>&1 | $EGREP -i 'illegal|warning' > /dev/null; then
14258
	    libffi_cv_as_x86_pcrel=no
14258
	    libffi_cv_as_x86_pcrel=no
14259
	fi
14259
	fi
14260
14260

Return to bug 417179