aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-12 07:23:53 +0000
committerRichard Stallman <rms@gnu.org>1992-08-12 07:23:53 +0000
commit882e061d827479d886f558d4ab3f01edeee6418e (patch)
tree38a41e6f3f7bafbf5cd031b850bc34e20f008a1b
parentd56f7c6c55618ba00e2fb9a91d2bbbc1699f69be (diff)
downloadgcc-882e061d827479d886f558d4ab3f01edeee6418e.zip
gcc-882e061d827479d886f558d4ab3f01edeee6418e.tar.gz
gcc-882e061d827479d886f558d4ab3f01edeee6418e.tar.bz2
(TARGET_DEFAULT): Make value 0.
From-SVN: r1804
-rw-r--r--gcc/config/m68k/hp2bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp2bsd.h b/gcc/config/m68k/hp2bsd.h
index 1118b2a..6032a30 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.