summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-01 20:11:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-01 20:11:00 +0000
commit3bb609d433e603fd783c87556400af46485c401c (patch)
tree46336546da8c1d801bdf7cfe96960dfb1eb18901 /toolchain
parentd070eb4c917ae4927e3a8cce1ff26d913394edc6 (diff)
downloadmaster-31e0f0ae-3bb609d433e603fd783c87556400af46485c401c.tar.gz
master-31e0f0ae-3bb609d433e603fd783c87556400af46485c401c.tar.bz2
master-31e0f0ae-3bb609d433e603fd783c87556400af46485c401c.zip
allow building and installing java for gcc-4.1.2
SVN-Revision: 14348
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch b/toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch
new file mode 100644
index 0000000000..ef576b3f57
--- /dev/null
+++ b/toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch
@@ -0,0 +1,21 @@
+diff -urN gcc-4.1.2/fastjar/Makefile.in gcc-4.1.2.new/fastjar/Makefile.in
+--- gcc-4.1.2/fastjar/Makefile.in 2005-05-18 03:38:46.000000000 +0200
++++ gcc-4.1.2.new/fastjar/Makefile.in 2009-02-01 19:51:31.000000000 +0100
+@@ -79,7 +79,7 @@
+ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ SOURCES = $(fastjar_SOURCES) $(grepjar_SOURCES)
+ DIST_SOURCES = $(fastjar_SOURCES) $(grepjar_SOURCES)
+-INFO_DEPS = fastjar.info
++INFO_DEPS =
+ am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
+ DVIS = fastjar.dvi
+ PDFS = fastjar.pdf
+@@ -773,7 +773,7 @@
+ exit 1; } >&2
+ check-am: all-am
+ check: check-am
+-all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) config.h all-local
++all-am: Makefile $(PROGRAMS) $(MANS) config.h all-local
+ installdirs:
+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
+ test -z "$$dir" || $(mkdir_p) "$$dir"; \