]> gcc.gnu.org Git - gcc.git/commitdiff
- Add PROCESSOR_DEFAULT64 as well.
authorDavid Edelsohn <dje@gcc.gnu.org>
Sun, 9 Jun 2002 17:24:45 +0000 (13:24 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 9 Jun 2002 17:24:45 +0000 (13:24 -0400)
From-SVN: r54408

gcc/config/rs6000/linux64.h

index c605847ac84f16b64b071303f0c581ecd129fda0..b34be5ce198ee20f9e0749ca861b18c4ee2d39aa 100644 (file)
@@ -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"
This page took 0.062777 seconds and 5 git commands to generate.