diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:11:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-18 18:11:04 +0000 |
commit | 0fe95301c99c14f56bce1c58b75e6881dc0f0aa1 (patch) | |
tree | c8fb5df09cf3ce3f8b34781992074e83c4536b58 /toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch | |
parent | c0ac3512d9bdf5602bb3e05400f6abb3c9d1a21c (diff) | |
download | mtk-20170518-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.zip mtk-20170518-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.tar.gz mtk-20170518-0fe95301c99c14f56bce1c58b75e6881dc0f0aa1.tar.bz2 |
gcc: refresh patches for gcc 4.1.2
SVN-Revision: 14554
Diffstat (limited to 'toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch')
-rw-r--r-- | toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch | 9 |
1 files changed, 4 insertions, 5 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 index ef576b3..52605d4 100644 --- a/toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch +++ b/toolchain/gcc/patches/4.1.2/600-fastjar_no_info.patch @@ -1,7 +1,6 @@ -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 @@ +--- a/fastjar/Makefile.in ++++ b/fastjar/Makefile.in +@@ -79,7 +79,7 @@ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(fastjar_SOURCES) $(grepjar_SOURCES) DIST_SOURCES = $(fastjar_SOURCES) $(grepjar_SOURCES) @@ -10,7 +9,7 @@ diff -urN gcc-4.1.2/fastjar/Makefile.in gcc-4.1.2.new/fastjar/Makefile.in am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include DVIS = fastjar.dvi PDFS = fastjar.pdf -@@ -773,7 +773,7 @@ +@@ -773,7 +773,7 @@ distcleancheck: distclean exit 1; } >&2 check-am: all-am check: check-am |