+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.
\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. */