OSDN Git Service

Mon Oct 2 10:20:13 CEST 2000 Marc Espie <espie@openbsd.org>
authorespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Oct 2000 08:21:35 +0000 (08:21 +0000)
committerespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Oct 2000 08:21:35 +0000 (08:21 +0000)
* config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
instead of redefining from scratch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36693 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/alpha.h

index 092e62e..74b98e4 100644 (file)
@@ -44,11 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
 
 #define WORD_SWITCH_TAKES_ARG(STR)             \
- (!strcmp (STR, "rpath") || !strcmp (STR, "include")   \
-  || !strcmp (STR, "imacros") || !strcmp (STR, "aux-info") \
-  || !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
-  || !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
-  || !strcmp (STR, "isystem"))
+ (!strcmp (STR, "rpath") || DEFAULT_WORD_SWITCH_TAKES_ARG(STR))
 
 /* Print subsidiary information on the compiler version in use.  */
 #define TARGET_VERSION