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

(-)/usr/bin/crossdev.sh (-2 / +1 lines)
Lines 1397-1404 Link Here
1397
	#// http://sources.redhat.com/ml/libc-alpha/2003-09/msg00104.html
1397
	#// http://sources.redhat.com/ml/libc-alpha/2003-09/msg00104.html
1398
	if [ ! -f ".sed-makefile" ]; then
1398
	if [ ! -f ".sed-makefile" ]; then
1399
		mv Makeconfig Makeconfig.orig
1399
		mv Makeconfig Makeconfig.orig
1400
1400
		sed -e "s/gnulib := -lgcc -lgcc_eh/gnulib := -lgcc/g" Makeconfig.orig > Makeconfig
1401
		sed -e "s/gnulib := -lgcc -lgcc_eh/gnulib := -lgcc/g" Makeconfig.orig | sed -e "s/libgcc_eh := -lgcc_eh/libgcc_eh := /g" > Makeconfig
1402
		touch .sed-makefile
1401
		touch .sed-makefile
1403
	fi
1402
	fi
1404
1403

Return to bug 62010