Commit 882e061d by Richard Stallman

(TARGET_DEFAULT): Make value 0.

From-SVN: r1804
parent d56f7c6c
...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* See m68k.h. 0 means 68000 with no 68881. */ /* 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. /* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros. This will control the use of inline 68881 insns in certain macros.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment