diff options
author | Doug Evans <dje@gnu.org> | 1996-03-08 01:18:14 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-03-08 01:18:14 +0000 |
commit | b6697adbe16139c8559b120f4b685cf1987419a4 (patch) | |
tree | f9b5dded3795f30edbd713916987a3c46f7cabda /gcc | |
parent | f48d6f47864cdf18d08e4158aa58d765394222a1 (diff) | |
download | gcc-b6697adbe16139c8559b120f4b685cf1987419a4.zip gcc-b6697adbe16139c8559b120f4b685cf1987419a4.tar.gz gcc-b6697adbe16139c8559b120f4b685cf1987419a4.tar.bz2 |
sparc.h (TARGET_SWITCHES): Move -mlive-g0 from here,
* sparc.h (TARGET_SWITCHES): Move -mlive-g0 from here,
* splet.h (SUBTARGET_SWITCHES): To here.
From-SVN: r11499
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/splet.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sparc/splet.h b/gcc/config/sparc/splet.h index d9a9adf..ae131ea 100644 --- a/gcc/config/sparc/splet.h +++ b/gcc/config/sparc/splet.h @@ -21,5 +21,11 @@ Boston, MA 02111-1307, USA. */ #include "sparc/aout.h" +/* The sparclet doesn't have an fpu. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE) + +/* -mlive-g0 is only supported on the sparclet. */ +#undef SUBTARGET_SWITCHES +#define SUBTARGET_SWITCHES \ +{"live-g0", MASK_LIVE_G0}, |