This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bogus alpha config files ?


Does this look okay, then ?


Wed Sep 27 01:15:46 CEST 2000	Marc Espie <espie@openbsd.org>

	* config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
	instead of redefining from scratch.

Index: alpha.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/alpha/alpha.h,v
retrieving revision 1.105
diff -c -r1.105 alpha.h
*** alpha.h	2000/09/25 10:33:57	1.105
--- alpha.h	2000/09/26 23:15:30
***************
*** 44,54 ****
  #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"))
  
  /* Print subsidiary information on the compiler version in use.  */
  #define TARGET_VERSION
--- 44,50 ----
  #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
  
  #define WORD_SWITCH_TAKES_ARG(STR)		\
!  (!strcmp (STR, "rpath") || DEFAULT_WORD_SWITCH_TAKES_ARG(STR))
  
  /* Print subsidiary information on the compiler version in use.  */
  #define TARGET_VERSION

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]