From 882e061d827479d886f558d4ab3f01edeee6418e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 12 Aug 1992 07:23:53 +0000 Subject: [PATCH] (TARGET_DEFAULT): Make value 0. From-SVN: r1804 --- gcc/config/m68k/hp2bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/hp2bsd.h b/gcc/config/m68k/hp2bsd.h index 1118b2a40a1..6032a30aa7e 100644 --- a/gcc/config/m68k/hp2bsd.h +++ b/gcc/config/m68k/hp2bsd.h @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* See m68k.h. 0 means 68000 with no 68881. */ -#define TARGET_DEFAULT -0102 +#define TARGET_DEFAULT 0 /* Define __HAVE_68881 in preprocessor only if -m68881 is specified. This will control the use of inline 68881 insns in certain macros. -- 2.30.2