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

(-)portage/eclass/toolchain.eclass.orig (-2 / +2 lines)
Lines 1015-1024 Link Here
1015
			elif built_with_use --hidden --missing false ${CATEGORY}/${needed_libc} crosscompile_opts_headers-only ; then
1015
			elif built_with_use --hidden --missing false ${CATEGORY}/${needed_libc} crosscompile_opts_headers-only ; then
1016
				confgcc+=(
1016
				confgcc+=(
1017
					"${confgcc_no_libc[@]}"
1017
					"${confgcc_no_libc[@]}"
1018
					--with-sysroot=${PREFIX}/${CTARGET}
1018
					--with-sysroot=${EPREFIX}${PREFIX}/${CTARGET}
1019
				)
1019
				)
1020
			else
1020
			else
1021
				confgcc+=( --with-sysroot=${PREFIX}/${CTARGET} )
1021
				confgcc+=( --with-sysroot=${EPREFIX}${PREFIX}/${CTARGET} )
1022
			fi
1022
			fi
1023
		fi
1023
		fi
1024
1024

Return to bug 583432