* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 30 Oct 2017 23:19:21 +0000 (23:19 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 30 Oct 2017 23:19:21 +0000 (23:19 +0000)
From-SVN: r254246

gcc/ChangeLog
gcc/gcc.c

index a32a5cec5464030f3de115deea0a8b08478a929b..26177cd65ff1bbe8c9d603eef9afd434c11bfef7 100644 (file)
@@ -1,3 +1,7 @@
+2017-10-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.
+
 2017-10-30  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * config/arm/arm.md (ashldi3): Remove shift by 1 expansion.
index 184f2b321e0f53f3fda9f027ba976c00e54639cc..d74c537af0e58a7fd2fb36abcaf717de63a537ec 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -170,9 +170,10 @@ env_manager::restore ()
 \f
 
 /* By default there is no special suffix for target executables.  */
-/* FIXME: when autoconf is fixed, remove the host check - dj */
-#if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
+#ifdef TARGET_EXECUTABLE_SUFFIX
 #define HAVE_TARGET_EXECUTABLE_SUFFIX
+#else
+#define TARGET_EXECUTABLE_SUFFIX ""
 #endif
 
 /* By default there is no special suffix for host executables.  */