Andrew Pinski wrote:
> On 3/16/07, Steven Bosscher <[EMAIL PROTECTED]> 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