diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-04 17:00:54 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-04-04 17:00:54 +0000 |
commit | af4eec175ab2d70b70373f995e3229c4ea109270 (patch) | |
tree | f3bde1900805939e084e1eda7a8f7412c81cb1e2 | |
parent | b9b7c94c418fd8b213705e3472e6640af785306e (diff) | |
download | gcc-af4eec175ab2d70b70373f995e3229c4ea109270.zip gcc-af4eec175ab2d70b70373f995e3229c4ea109270.tar.gz gcc-af4eec175ab2d70b70373f995e3229c4ea109270.tar.bz2 |
Set EXECUTABLE_SUFFIX to .exe.
From-SVN: r11660
-rw-r--r-- | gcc/config/i386/x-cygwin32 | 2 | ||||
-rw-r--r-- | gcc/config/i386/xm-cygwin32.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/xm-cygwin32.h | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/i386/x-cygwin32 b/gcc/config/i386/x-cygwin32 index b81c151..335a36b 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 1ee4c47..f3f985b 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 a917d07..f7e30a1 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" |