This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Cygwin patch
- To: egcs-patches@egcs.cygnus.com
- Subject: Cygwin patch
- From: Michael Meissner <meissner@cygnus.com>
- Date: Tue, 31 Aug 1999 23:23:24 -0400
I have installed the following in egcs. This is to make collect2 add
the .exe suffix when looking for the linker.
Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
* config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
*** gcc/config/i386/xm-cygwin.h.~1~ Thu Apr 22 10:40:55 1999
--- gcc/config/i386/xm-cygwin.h Tue Aug 31 23:18:58 1999
*************** Boston, MA 02111-1307, USA. */
*** 22,27 ****
--- 22,31 ----
#define EXECUTABLE_SUFFIX ".exe"
#define NO_SYS_SIGLIST 1
+ /* Even though Cygwin tries to hide the DOS based filesystem, it
+ still shows though at times. */
+ #define HAVE_DOS_BASED_FILE_SYSTEM
+
/* We support both "/" and "\" since everybody tests both but we
default to "/". This is important because if gcc produces Win32
paths containing backslashes, make and configure may treat the
--
Michael Meissner, Cygnus Solutions
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886
email: meissner@cygnus.com phone: 978-486-9304 fax: 978-692-4482