diff options
Diffstat (limited to 'lang/gnatdroid-binutils/files')
9 files changed, 116 insertions, 0 deletions
diff --git a/lang/gnatdroid-binutils/files/patch-bfd__Makefile.in b/lang/gnatdroid-binutils/files/patch-bfd__Makefile.in new file mode 100644 index 00000000000..8de42f4fe00 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-bfd__Makefile.in @@ -0,0 +1,13 @@ +--- bfd/Makefile.in.orig 2011-07-21 01:29:01.000000000 +0200 ++++ bfd/Makefile.in 2011-07-21 01:29:26.000000000 +0200 +@@ -323,8 +323,8 @@ + RELEASE = y + INCDIR = $(srcdir)/../include + CSEARCH = -I. -I$(srcdir) -I$(INCDIR) +-SUBDIRS = doc po +-bfddocdir = doc ++SUBDIRS = po ++bfddocdir = + libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ + @SHARED_LDFLAGS@ $(am__empty) + @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la diff --git a/lang/gnatdroid-binutils/files/patch-binutils__Makefile.in b/lang/gnatdroid-binutils/files/patch-binutils__Makefile.in new file mode 100644 index 00000000000..d349024a4f8 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-binutils__Makefile.in @@ -0,0 +1,11 @@ +--- binutils/Makefile.in.orig 2011-06-27 09:39:08.000000000 +0200 ++++ binutils/Makefile.in 2011-07-21 14:50:20.000000000 +0200 +@@ -401,7 +401,7 @@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = dejagnu no-dist foreign + ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd +-SUBDIRS = doc po ++SUBDIRS = po + tooldir = $(exec_prefix)/$(target_alias) + + # Automake 1.10+ disables lex and yacc output file regeneration if diff --git a/lang/gnatdroid-binutils/files/patch-configure b/lang/gnatdroid-binutils/files/patch-configure new file mode 100644 index 00000000000..c84b8089bc5 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-06-27 09:39:00.000000000 +0200 ++++ configure 2011-07-21 14:04:08.000000000 +0200 +@@ -2670,7 +2670,7 @@ + # binutils, gas and ld appear in that order because it makes sense to run + # "make check" in that particular order. + # If --enable-gold is used, "gold" may replace "ld". +-host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools" ++host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools" + + # libgcj represents the runtime libraries only used by gcj. + libgcj="target-libffi \ diff --git a/lang/gnatdroid-binutils/files/patch-gas__Makefile.in b/lang/gnatdroid-binutils/files/patch-gas__Makefile.in new file mode 100644 index 00000000000..3c2bd269459 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-gas__Makefile.in @@ -0,0 +1,11 @@ +--- gas/Makefile.in.orig 2011-07-21 01:29:49.000000000 +0200 ++++ gas/Makefile.in 2011-07-21 01:30:03.000000000 +0200 +@@ -281,7 +281,7 @@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist + ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd +-SUBDIRS = doc po ++SUBDIRS = po + tooldir = $(exec_prefix)/$(target_alias) + + # Automake 1.10+ disables lex and yacc output file regeneration if diff --git a/lang/gnatdroid-binutils/files/patch-gas__configure.tgt b/lang/gnatdroid-binutils/files/patch-gas__configure.tgt new file mode 100644 index 00000000000..407af38f610 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-gas__configure.tgt @@ -0,0 +1,10 @@ +--- gas/configure.tgt.orig 2011-01-29 04:08:15 +0100 ++++ gas/configure.tgt 2011-01-29 04:15:35 +0100 +@@ -105,6 +105,7 @@ + + arc-*-elf*) fmt=elf ;; + ++ arm-android-eabi*) fmt=elf em=armlinuxeabi ;; + arm-*-aout) fmt=aout ;; + arm-*-coff | thumb-*-coff) fmt=coff ;; + arm-*-rtems* | thumb-*-rtems*) fmt=elf ;; diff --git a/lang/gnatdroid-binutils/files/patch-gprof__Makefile.in b/lang/gnatdroid-binutils/files/patch-gprof__Makefile.in new file mode 100644 index 00000000000..d34a584232c --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-gprof__Makefile.in @@ -0,0 +1,20 @@ +--- gprof/Makefile.in.orig 2010-11-05 11:34:01.000000000 +0100 ++++ gprof/Makefile.in 2011-07-23 19:05:29.000000000 +0200 +@@ -93,7 +93,7 @@ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ + SOURCES = $(gprof_SOURCES) +-INFO_DEPS = gprof.info ++INFO_DEPS = + am__TEXINFO_TEX_DIR = $(srcdir)/$(top_srcdir)/../texinfo + DVIS = gprof.dvi + PDFS = gprof.pdf +@@ -861,7 +861,7 @@ + + info-am: $(INFO_DEPS) + +-install-data-am: install-info-am install-man ++install-data-am: + + install-dvi: install-dvi-recursive + diff --git a/lang/gnatdroid-binutils/files/patch-ld__Makefile.in b/lang/gnatdroid-binutils/files/patch-ld__Makefile.in new file mode 100644 index 00000000000..0b10793a1c0 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-ld__Makefile.in @@ -0,0 +1,16 @@ +--- ld/Makefile.in.orig 2011-03-16 09:37:30.000000000 +0100 ++++ ld/Makefile.in 2011-07-21 14:56:55.000000000 +0200 +@@ -1817,11 +1817,11 @@ + + html-am: $(HTMLS) + +-info: info-recursive ++info: + + info-am: $(INFO_DEPS) + +-install-data-am: install-data-local install-info-am install-man ++install-data-am: install-data-local + + install-dvi: install-dvi-recursive + diff --git a/lang/gnatdroid-binutils/files/patch-ld__configure.tgt b/lang/gnatdroid-binutils/files/patch-ld__configure.tgt new file mode 100644 index 00000000000..c1576039889 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-ld__configure.tgt @@ -0,0 +1,13 @@ +--- ld/configure.tgt.orig 2011-01-29 04:17:31 +0100 ++++ ld/configure.tgt 2011-01-29 04:18:28 +0100 +@@ -44,6 +44,10 @@ + ;; + arc-*-elf*) targ_emul=arcelf + ;; ++arm*-android-eabi*) targ_emul=armelf_linux_eabi ++ targ_extra_emuls=armelfb_linux_eabi ++ targ_extra_libpath=$targ_extra_emuls ++ ;; + arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; + arm*-*-cegcc*) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" + LIB_PATH='${tooldir}/lib/w32api' ;; diff --git a/lang/gnatdroid-binutils/files/patch-libiberty__Makefile.in b/lang/gnatdroid-binutils/files/patch-libiberty__Makefile.in new file mode 100644 index 00000000000..2ae49db1df3 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-libiberty__Makefile.in @@ -0,0 +1,11 @@ +--- libiberty/Makefile.in.orig 2011-07-23 00:35:21.000000000 +0200 ++++ libiberty/Makefile.in 2011-07-23 00:35:38.000000000 +0200 +@@ -340,7 +340,7 @@ + @MAINT@ echo stamp > stamp-functions + + INSTALL_DEST = @INSTALL_DEST@ +-install: install_to_$(INSTALL_DEST) install-subdir ++install: + + # This is tricky. Even though CC in the Makefile contains + # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the |