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: collect-ld.exe removed during bootstrap of a mingw compiler


Paolo Bonzini wrote:

* Makefile.in (stamp-collect-ld): Fix issue when ORIGINAL_LD_FOR_TARGET is in . and that $(exeext) is not equal to ""
>
       case "$(ORIGINAL_AS_FOR_TARGET)" in \
-         ./as) ;; \
+         ./as$(exeext)) ;; \

./as | ./as$(exeext)) ;;


and likewise in the other rules. This is needed in case somebody really puts a script (on Cygwin/MinGW) in the gcc directory.

Indeed.



Cannot approve it, but it is pretty obvious to me.

Thanks


Nicolas


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