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: GCC 4.3 target deprecation proposals


On 1/29/08, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Tue, 29 Jan 2008, Ryan Mansfield wrote:
>
> > Joseph S. Myers wrote:
> > > Following my proposal for target architecture deprecations in 4.3
> > > <http://gcc.gnu.org/ml/gcc/2008-01/msg00335.html>, I now propose the
> > > following list of individual targets to deprecate, based on the same
> > > methodology previously described.  The patch to remove c4x and
>
> I've applied this patch to remove the deprecation.


You might want to consider doing this, as well, since the "mingw64"
target is not the correct nomenclature, and thus shouldn't have been
put in in the first place (let alone should be deprecated and
removed):

Index: configure.ac
===================================================================
--- configure.ac        (revision 132078)
+++ configure.ac        (working copy)
@@ -1013,9 +1013,6 @@ case "${host}" in
   *-mingw32*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  *-mingw64*)
-    host_makefile_frag="config/mh-mingw"
-    ;;
   *-interix*)
     host_makefile_frag="config/mh-interix"
     ;;


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