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

Collapse All | Expand All

(-)toolchain.eclass.old (-1 / +5 lines)
Lines 1344-1350 Link Here
1344
			*-klibc)		 needed_libc=klibc;;
1344
			*-klibc)		 needed_libc=klibc;;
1345
			*-uclibc*)		 needed_libc=uclibc;;
1345
			*-uclibc*)		 needed_libc=uclibc;;
1346
			*-cygwin)        needed_libc=cygwin;;
1346
			*-cygwin)        needed_libc=cygwin;;
1347
			mingw*|*-mingw*) needed_libc=mingw-runtime;;
1347
			mingw*|*-mingw*) needed_libc=mingw-runtime
1348
					 # Bug #156767: Need mingw system include path before
1349
					 # gcc include path due to Windows-specific <float.h>
1350
					 # that has to be included first.
1351
					 confgcc="${confgcc} --with-local-prefix=\"/mingw\"" ;;
1348
			avr)			 confgcc="${confgcc} --enable-shared --disable-threads";;
1352
			avr)			 confgcc="${confgcc} --enable-shared --disable-threads";;
1349
		esac
1353
		esac
1350
		if [[ -n ${needed_libc} ]] ; then
1354
		if [[ -n ${needed_libc} ]] ; then

Return to bug 156767