diff options
author | mef <mef@pkgsrc.org> | 2014-06-15 23:43:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-06-15 23:43:13 +0000 |
commit | e3955d6a7bc45f34701e26b188fee97e2549cc01 (patch) | |
tree | 6a19c994efd3c9803cd7d6115d43ba3e97ffc85f /cross/nios2-binutils/patches/patch-ab | |
parent | 298ac58a4603f17171c2a7be6dda17c669605e22 (diff) | |
download | pkgsrc-e3955d6a7bc45f34701e26b188fee97e2549cc01.tar.gz |
(pkgsrc)
Switch from Codesourcery to GNU FSF
(Upstream 2.23.2 to 2.24.0)
- binutils
* Objcopy now supports wildcard characters in command line options that take
section names.
* Add support for Altera Nios II.
- gas
* Add support for the Texas Instruments MSP430X processor.
* Add -gdwarf-sections command line option to enable per-code-section
generation of DWARF .debug_line sections.
* Add support for Altera Nios II.
* Add support for the Imagination Technologies Meta processor.
* Add support for the v850e3v5.
* Remove assembler support for MIPS ECOFF targets.
- ld
* Add LOG2CEIL() builtin function to the linker script language
* Add support for the Texas Instruments MSP430X processor.
* Add support for Altera Nios II.
* Add support for the V850E3V5 architecture.
* Add support for the Imagination Technologies Meta processor.
* --enable-new-dtags no longer generates old dtags in addition to new dtags.
* Remove linker support for MIPS ECOFF targets.
* Add ALIGN_WITH_INPUT to the linker script language to force the alignment of
an output section to use the maximum alignment of all its input sections.
Diffstat (limited to 'cross/nios2-binutils/patches/patch-ab')
-rw-r--r-- | cross/nios2-binutils/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cross/nios2-binutils/patches/patch-ab b/cross/nios2-binutils/patches/patch-ab new file mode 100644 index 00000000000..055716101e7 --- /dev/null +++ b/cross/nios2-binutils/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2014/06/15 23:43:14 mef Exp $ + +Avoid installing info file. + +--- bfd/Makefile.in.orig 2011-11-21 20:55:49.000000000 +0900 ++++ bfd/Makefile.in 2012-02-06 22:14:51.000000000 +0900 +@@ -1713,7 +1713,6 @@ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done + install: $(BUILT_SOURCES) +- $(MAKE) $(AM_MAKEFLAGS) install-recursive + install-exec: install-exec-recursive + install-data: install-data-recursive + uninstall: uninstall-recursive |