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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- gcc/config.gcc
0
++ gcc/config.gcc
Lines 1992-1998 Link Here
1992
	sh_multilibs=${with_multilib_list}
1992
	sh_multilibs=${with_multilib_list}
1993
	if test x${sh_multilibs} = x ; then
1993
	if test x${sh_multilibs} = x ; then
1994
		case ${target} in
1994
		case ${target} in
1995
		sh[1234]*)	sh_multilibs=${sh_cpu_target} ;;
1995
		sh[1234]*)	sh_multilibs=`cd ${srcdir}/config/sh ; echo t-mlib-sh[1-4]* | sed 's:t-mlib-sh:,m:g;s: ::g'` ;;
1996
		sh64* | sh5*)	sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
1996
		sh64* | sh5*)	sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
1997
		sh-superh-*)	sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
1997
		sh-superh-*)	sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
1998
		sh*-*-linux*)	sh_multilibs=m1,m3e,m4 ;;
1998
		sh*-*-linux*)	sh_multilibs=m1,m3e,m4 ;;

Return to bug 140205