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 another mingw32 Ada breakage


I have committed the patch on to correct an obvious typo

ChangeLog

2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>

	* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS)
[WINDOWS]: Remove duplicate
	s-win32.o. Add s-winext.o.

Index: gcc-interface/Makefile.in
===================================================================
--- gcc-interface/Makefile.in   (revision 138973)
+++ gcc-interface/Makefile.in   (working copy)
@@ -1363,7 +1363,7 @@
         system.ads<system-mingw.ads
     endif

-    EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-win32.o g-regist.o
+    EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-winext.o g-regist.o
     EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o

     MISCLIB = -lwsock32


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