diff --git a/gcc/config/i386/x-cygwin32 b/gcc/config/i386/x-cygwin32 index b81c1514a08c..335a36b02e0b 100644 --- a/gcc/config/i386/x-cygwin32 +++ b/gcc/config/i386/x-cygwin32 @@ -1,2 +1,2 @@ USE_COLLECT2 = -LANGUAGES=c c++ objective-c + diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index 1ee4c47a3fdb..f3f985bbeef3 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -26,5 +26,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_STRERROR #define HAVE_RUSAGE #define HAVE_FILE_H - +#define EXECUTABLE_SUFFIX ".exe" diff --git a/gcc/config/rs6000/xm-cygwin32.h b/gcc/config/rs6000/xm-cygwin32.h index a917d07d8767..f7e30a155246 100644 --- a/gcc/config/rs6000/xm-cygwin32.h +++ b/gcc/config/rs6000/xm-cygwin32.h @@ -26,5 +26,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_STRERROR #define HAVE_RUSAGE #define HAVE_FILE_H - - +#define EXECUTABLE_SUFFIX ".exe"