This is the mail archive of the gcc@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: RFC: obsolete __builtin_apply?


Andrew Pinski wrote:
> On 3/16/07, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
>> Do you mean this patch:
>> http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00841.html
> 
> Yes, thanks for finding the patch.
> 
> I will look over it this weekend and apply it if it is good.

Build parts are ok, except that in...

@@ -287,7 +288,7 @@
     noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
     ;;
   i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*)
-    noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
+    noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv target-libffi target-libobjc"

... this hunk, you should also add ${libgcj} before target-libffi.

Paolo


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