OSDN Git Service

* gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jul 2002 18:48:42 +0000 (18:48 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jul 2002 18:48:42 +0000 (18:48 +0000)
HAVE_TARGET_EXECUTABLE_SUFFIX.

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

gcc/ChangeLog
gcc/gcc.c

index fcd7158..a83f632 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
+
+       * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
+       HAVE_TARGET_EXECUTABLE_SUFFIX.
+
 Thu Jul 25 18:57:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
index 9499c03..4e1ba5d 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -93,9 +93,6 @@ extern int getrusage PARAMS ((int, struct rusage *));
 /* 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.  */