This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix bootstrap/11558 in CygWin


Hello!

  The problem with gcc 3.3 bootstrap in CygWin environment (fresh
install), described in bugzilla bug 11558 could be solved with attached
patch.
--
    Uros.

--- install-sh~	Sat Jan 26 00:42:28 2002
+++ install-sh	Thu Jul 17 13:02:16 2003
@@ -221,7 +221,7 @@
 
 # Make a temp file name in the proper directory.
 
-	dsttmp=$dstdir/_inst.$$_
+	dsttmp=$dstdir/_inst.$$_.exe
 
 # Move or copy the file name to the temp name
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]