This patch is need to build the toolchain with gcj support. I couldn't understand where $(MAKEINFO) is initilized, however without this patch its value is set to:
missing which doesn't work, since it should be "missing --run" as far as I've understood. Could somebody that is familiar with this part of openwrt confirm the problem? Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: toolchain/gcc/patches/4.1.2/305-missing_makeinfo.patch =================================================================== --- toolchain/gcc/patches/4.1.2/305-missing_makeinfo.patch (revisione 0) +++ toolchain/gcc/patches/4.1.2/305-missing_makeinfo.patch (revisione 0) @@ -0,0 +1,11 @@ +--- gcc-4.1.2/fastjar/Makefile.am 2008-10-08 18:48:59.000000000 +0200 ++++ gcc-4.1.2/fastjar/Makefile.am 2005-05-18 03:38:46.000000000 +0200 +@@ -19,7 +19,7 @@ + "LIBCFLAGS=$(LIBCFLAGS)" \ + "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ + "MAKE=$(MAKE)" \ +- "MAKEINFO=makeinfo --run $(MAKEINFOFLAGS)" \ ++ "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ + "PICFLAG=$(PICFLAG)" \ + "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ + "SHELL=$(SHELL)" \ _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
