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]

Re: PATCH RFA: Use new pexecute routines in collect2


Ian Lance Taylor <ian@airs.com> writes:

> This patch changes collect2.c to use the new pexecute routines which I
> recently checked in.  This should be the long-awaited fix to PR
> bootstrap/14316 in mainline.

As a followup to that patch, this patch enables building collect2 for
mingw32.

OK for mainline?

After this patch, the only systems on which collect2 is not built are
alpha*-dec-*vms* and powerpc-*-beos*.  collect2 would work on those
systems if the new pexecute routines work on them.  However, I do not
have any way to test them.

Ian


2005-03-30  Ian Lance Taylor  <ian@airs.com>

	* config.host (i[34567]86-*-mingw32*): Don't set
	host_can_use_collect2 to no.


Index: config.host
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.host,v
retrieving revision 2.13
diff -u -r2.13 config.host
--- config.host	7 Mar 2005 22:42:41 -0000	2.13
+++ config.host	30 Mar 2005 05:09:37 -0000
@@ -154,7 +154,6 @@
     host_xm_file=i386/xm-mingw32.h
     host_xmake_file=i386/x-mingw32
     host_exeext=.exe
-    host_can_use_collect2=no
     out_host_hook_obj=host-mingw32.o
     ;;
   i[34567]86-*-uwin*)


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