Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59569
Collapse All | Expand All

(-)/var/tmp/portage/rivatv-0.8.5-r1/work/rivatv-0.8.5/configure (-2 / +2 lines)
Lines 220-227 Link Here
220
220
221
echo -n "Checking for kernel gcc... "
221
echo -n "Checking for kernel gcc... "
222
222
223
kgcc=`cat /proc/version | sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
223
kgcc=`cat /proc/version | sed 's/\(.*\)\(gcc[ -][vV]ersion\|[vV]ersion[ -]gcc\) \([0-9.]*\).*/\3/'`
224
bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
224
bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)\(gcc[ -][vV]ersion\|[vV]ersion[ -]gcc\) \([0-9.]*\).*/\3/'`
225
echo $kgcc
225
echo $kgcc
226
226
227
if test "$bgcc" != "$kgcc"; then
227
if test "$bgcc" != "$kgcc"; then

Return to bug 59569