diff --git a/gcc/config/i386/x-cygwin32 b/gcc/config/i386/x-cygwin32 index b81c1514a08..335a36b02e0 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 1ee4c47a3fd..f3f985bbeef 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 a917d07d876..f7e30a15524 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"