Commit b6697adb by Doug Evans

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
parent f48d6f47
...@@ -21,5 +21,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -21,5 +21,11 @@ Boston, MA 02111-1307, USA. */
#include "sparc/aout.h" #include "sparc/aout.h"
/* The sparclet doesn't have an fpu. */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE) #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},
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