--- gcc/config/sparc/lite.h 2018/04/24 18:10:24 1.1 +++ gcc/config/sparc/lite.h 2018/04/24 18:21:29 1.1.1.3 @@ -1,4 +1,4 @@ -/* Definitions of target machine for GNU compiler, for SPARClite. +/* Definitions of target machine for GNU compiler, for SPARClite w/o FPU. Copyright (C) 1993 Free Software Foundation, Inc. Contributed by Jim Wilson (wilson@cygnus.com). @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass A #include "sparc/sparc.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Dsparclite" +#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (sparclite)"); @@ -29,4 +29,4 @@ the Free Software Foundation, 675 Mass A /* Enable sparclite and epilogue options. Do not enable the fpu. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT 130 +#define TARGET_DEFAULT (1024+130)