diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-10-19 21:57:38 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-10-19 21:57:38 +0000 |
commit | 989d792e2a62fa16b2f0034a07179c7b73bca1f7 (patch) | |
tree | 0ae5bb2943c77f02b9d34ac48d49561584cf0967 | |
parent | c9b26f89d1a1c39680c1594698df41204691f550 (diff) | |
download | gcc-989d792e2a62fa16b2f0034a07179c7b73bca1f7.zip gcc-989d792e2a62fa16b2f0034a07179c7b73bca1f7.tar.gz gcc-989d792e2a62fa16b2f0034a07179c7b73bca1f7.tar.bz2 |
(WORD_SWITCH_TAKES_ARG): Delete sparc related cruft.
From-SVN: r2519
-rw-r--r-- | gcc/config/pa/pa.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ddb64ba..181eb87 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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" |