Commit 989d792e by Torbjorn Granlund

(WORD_SWITCH_TAKES_ARG): Delete sparc related cruft.

From-SVN: r2519
parent c9b26f89
......@@ -71,13 +71,6 @@ enum cmp_type /* comparison type */
flag_omit_frame_pointer = 1; \
}
/* These compiler options take an argument. We ignore -target for now. */
#define WORD_SWITCH_TAKES_ARG(STR) \
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|| !strcmp (STR, "imacros") || !strcmp (STR, "target")\
|| !strcmp (STR, "aux-info"))
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -D_HPUX_SOURCE -Dhp9000 -Dhp800 -Dspectrum -DREVARGV"
......
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