From 9f7250f4f4f15eb9c261641ee83cae88d5b05684 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 10 Dec 2013 18:31:28 +0100 Subject: another round of compile fixes for raspberry release build --- package/binutils/patches/musl.patch | 20 -------------------- package/binutils/patches/patch-ld_Makefile_in | 20 -------------------- package/binutils/patches/patch-ltmain_sh | 11 ----------- 3 files changed, 51 deletions(-) delete mode 100644 package/binutils/patches/musl.patch delete mode 100644 package/binutils/patches/patch-ld_Makefile_in delete mode 100644 package/binutils/patches/patch-ltmain_sh (limited to 'package/binutils') diff --git a/package/binutils/patches/musl.patch b/package/binutils/patches/musl.patch deleted file mode 100644 index 4ea53c18f..000000000 --- a/package/binutils/patches/musl.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur binutils-2.22.orig/config.sub binutils-2.22/config.sub ---- binutils-2.22.orig/config.sub 2011-06-06 12:36:06.000000000 +0200 -+++ binutils-2.22/config.sub 2013-08-11 14:40:22.308115171 +0200 -@@ -126,6 +126,7 @@ - case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ -+ linux-musl* | \ - knetbsd*-gnu* | netbsd*-gnu* | \ - kopensolaris*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) -@@ -1334,7 +1335,7 @@ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-android* \ -- | -linux-newlib* | -linux-uclibc* \ -+ | -linux-newlib* | -linux-uclibc* | -linux-musl* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ diff --git a/package/binutils/patches/patch-ld_Makefile_in b/package/binutils/patches/patch-ld_Makefile_in deleted file mode 100644 index ff1eeb88f..000000000 --- a/package/binutils/patches/patch-ld_Makefile_in +++ /dev/null @@ -1,20 +0,0 @@ ---- binutils-2.21.orig/ld/Makefile.in 2010-11-05 11:34:22.000000000 +0100 -+++ binutils-2.21/ld/Makefile.in 2011-01-10 21:57:49.000000000 +0100 -@@ -422,7 +422,7 @@ TEXI2DVI = texi2dvi -I $(srcdir) -I $(BF - -I $(top_srcdir)/../libiberty - - AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \ -- @INCINTL@ $(HDEFINES) $(CFLAGS) $(PLUGIN_CFLAGS) \ -+ @INCINTL@ $(HDEFINES) $(PLUGIN_CFLAGS) \ - -DLOCALEDIR="\"$(datadir)/locale\"" - - BFDLIB = ../bfd/libbfd.la -@@ -850,7 +850,7 @@ ld_new_LDADD = $(EMULATION_OFILES) $(EMU - # - @ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la - @ENABLE_PLUGINS_TRUE@libldtestplug_la_SOURCES = testplug.c --@ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = -g -O2 -+@ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = - @ENABLE_PLUGINS_TRUE@libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere - MAINTAINERCLEANFILES = configdoc.texi ld.1 ld.info - diff --git a/package/binutils/patches/patch-ltmain_sh b/package/binutils/patches/patch-ltmain_sh deleted file mode 100644 index 18a178908..000000000 --- a/package/binutils/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- binutils-2.21.orig/ltmain.sh 2010-01-09 22:11:32.000000000 +0100 -+++ binutils-2.21/ltmain.sh 2011-01-14 19:07:08.000000000 +0100 -@@ -4980,7 +4980,7 @@ func_mode_link () - # @file GCC response files - # -tp=* Portland pgcc target processor selection - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" -- cgit v1.2.3