aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2002-06-09 13:24:45 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2002-06-09 13:24:45 -0400
commit79ef62999cd485a23dff190b7d477c155ed5b9e7 (patch)
treea917a8fbec34e99c49978b2c5e84614da12cb07e
parent42bac11688fdaaeca95479be7c29a5403122d148 (diff)
downloadgcc-79ef62999cd485a23dff190b7d477c155ed5b9e7.zip
gcc-79ef62999cd485a23dff190b7d477c155ed5b9e7.tar.gz
gcc-79ef62999cd485a23dff190b7d477c155ed5b9e7.tar.bz2
- Add PROCESSOR_DEFAULT64 as well.
From-SVN: r54408
-rw-r--r--gcc/config/rs6000/linux64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h
index c605847..b34be5c 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"