public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc.c: Unused macro
@ 2002-07-25 11:56 Neil Booth
  0 siblings, 0 replies; only message in thread
From: Neil Booth @ 2002-07-25 11:56 UTC (permalink / raw)
  To: gcc-patches

I'll apply this by Mark's approval.

Neil.

	* gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
	HAVE_TARGET_EXECUTABLE_SUFFIX.

Index: gcc.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcc.c,v
retrieving revision 1.330
diff -u -p -r1.330 gcc.c
--- gcc.c	23 Jul 2002 06:21:52 -0000	1.330
+++ gcc.c	25 Jul 2002 17:17:53 -0000
@@ -93,9 +93,6 @@ extern int getrusage PARAMS ((int, struc
 /* FIXME: when autoconf is fixed, remove the host check - dj */
 #if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
 #define HAVE_TARGET_EXECUTABLE_SUFFIX
-#else
-#undef TARGET_EXECUTABLE_SUFFIX
-#define TARGET_EXECUTABLE_SUFFIX ""
 #endif
 
 /* By default there is no special suffix for host executables.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-25 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25 11:56 gcc.c: Unused macro Neil Booth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).