From: Richard Kenner Date: Thu, 23 Dec 1993 12:33:56 +0000 (-0500) Subject: (TARGET_DEFAULT): Update to use new values. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c4eddf19baf8a5fb90a0b0a87e91f91d265392b;p=gcc.git (TARGET_DEFAULT): Update to use new values. From-SVN: r6278 --- 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)"