This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [build] Cleanup rs6000/t-ppccomm configurations (PR other/51022)


Alan Modra <amodra@gmail.com> writes:

> On Mon, Dec 05, 2011 at 07:25:35PM -0500, David Edelsohn wrote:
>> Is this fixed or is someone writing a follow-up patch?
>
> This does the trick.  You could also use
> 	case ${host}:${with_multisubdir} in
> 	    *:*32*)
> 		;;
> 	    powerpc64-*:* | *:*64*)
> 		tmake_file="$tmake_file rs6000/t-linux64"
> 		;;
> 	esac
> in config.host, but that's unnecessarily complicated.  The t-linux64
> bits can safely go in other config files.  Bootstrapped and regression
> tested powerpc-linux and powerpc64-linux.

Thanks for doing this.  I still meant to get back to this, but didn't
have much time for GCC work lately.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]