From 79ef62999cd485a23dff190b7d477c155ed5b9e7 Mon Sep 17 00:00:00 2001
From: David Edelsohn <dje@gcc.gnu.org>
Date: Sun, 9 Jun 2002 13:24:45 -0400
Subject: [PATCH] - Add PROCESSOR_DEFAULT64 as well.

From-SVN: r54408
---
 gcc/config/rs6000/linux64.h | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
GitLab