From 1c4eddf19baf8a5fb90a0b0a87e91f91d265392b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 23 Dec 1993 07:33:56 -0500 Subject: [PATCH] (TARGET_DEFAULT): Update to use new values. From-SVN: r6278 --- gcc/config/a29k/unix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h index d5562b0d12f..4b03e425eb1 100644 --- a/gcc/config/a29k/unix.h +++ b/gcc/config/a29k/unix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for AMD Am29000 CPU, Unix. - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1993 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ for Unix systems. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT (1+2+8+64) +#define TARGET_DEFAULT (1+2+16+128) #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dam29k -Da29k -Dam29000 -Asystem(unix) -Acpu(a29k) -Amachine(a29k)" -- 2.30.2