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: Consolidate powerpc-*-linux* configuration


On Wed, Apr 01, 2009 at 02:02:33AM +0000, Joseph S. Myers wrote:
> On Wed, 1 Apr 2009, Alan Modra wrote:
> 
> > 	* config.gcc (powerpc-*-linux*): Merge variants.
> 
> Merging in libgcc/config.host might be a good idea as well; the list of 
> cases there deliberately follows config.gcc closely.

True.  Thanks for the prompt.  The patch has been sitting in my local
tree for a long time, well before libgcc/config.host existed.  :)

libgcc/
	* config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.

Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 145380)
+++ libgcc/config.host	(working copy)
@@ -448,12 +448,6 @@ powerpc-*-eabi*)
 	;;
 powerpc-*-rtems*)
 	;;
-powerpc-*-linux*altivec*)
-	tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
-	;;
-powerpc-*-linux*spe*)
-	tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"
-	;;
 powerpc-*-linux*)
 	tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"
 	;;

-- 
Alan Modra
Australia Development Lab, IBM


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