From: David Edelsohn Date: Sun, 9 Jun 2002 17:24:45 +0000 (-0400) Subject: - Add PROCESSOR_DEFAULT64 as well. X-Git-Tag: releases/gcc-3.3.0~4464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ef62999cd485a23dff190b7d477c155ed5b9e7;p=thirdparty%2Fgcc.git - Add PROCESSOR_DEFAULT64 as well. From-SVN: r54408 --- diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index c605847ac84f..b34be5ce198e 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -33,6 +33,8 @@ Boston, MA 02111-1307, USA. */ #undef PROCESSOR_DEFAULT #define PROCESSOR_DEFAULT PROCESSOR_PPC630 +#undef PROCESSOR_DEFAULT64 +#define PROCESSOR_DEFAULT64 PROCESSOR_PPC630 #undef CPP_DEFAULT_SPEC #define CPP_DEFAULT_SPEC "-D_ARCH_PPC64"