summaryrefslogtreecommitdiffstats
path: root/gcc45-cross-exe-suffix.diff
blob: 0a71b1110b0c9e22871f36fc27c8f901a7085b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/gcc/gcc.c	2011-08-14 14:15:46.614869280 -0500
+++ b/gcc/gcc.c	2011-08-14 14:16:05.757302186 -0500
@@ -98,8 +98,7 @@ compilation is specified by a string cal
 #endif
 
 /* 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)
+#if defined(TARGET_EXECUTABLE_SUFFIX)
 #define HAVE_TARGET_EXECUTABLE_SUFFIX
 #endif