From 989d792e2a62fa16b2f0034a07179c7b73bca1f7 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 19 Oct 1992 21:57:38 +0000 Subject: [PATCH] (WORD_SWITCH_TAKES_ARG): Delete sparc related cruft. From-SVN: r2519 --- gcc/config/pa/pa.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ddb64ba8717..181eb87162d 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" -- 2.30.2