diff options
Diffstat (limited to 'cross/arm-none-eabi-gcc5/patches')
4 files changed, 0 insertions, 79 deletions
diff --git a/cross/arm-none-eabi-gcc5/patches/patch-gcc_system.h b/cross/arm-none-eabi-gcc5/patches/patch-gcc_system.h deleted file mode 100644 index d78ab9a7c94..00000000000 --- a/cross/arm-none-eabi-gcc5/patches/patch-gcc_system.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-gcc_system.h,v 1.1 2015/12/10 03:02:16 joerg Exp $ - ---- gcc/system.h.orig 2015-01-05 12:33:28.000000000 +0000 -+++ gcc/system.h -@@ -44,6 +44,9 @@ along with GCC; see the file COPYING3. - #endif - - #include <stdio.h> -+#ifdef __cplusplus -+# include <cstdio> -+#endif - - /* Define a generic NULL if one hasn't already been defined. */ - #ifndef NULL diff --git a/cross/arm-none-eabi-gcc5/patches/patch-libcc1_configure b/cross/arm-none-eabi-gcc5/patches/patch-libcc1_configure deleted file mode 100644 index f18c5676de3..00000000000 --- a/cross/arm-none-eabi-gcc5/patches/patch-libcc1_configure +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libcc1_configure,v 1.1 2016/02/02 06:31:36 dbj Exp $ - -Disable multi-os install dir for libcc1 - ---- libcc1/configure.orig 2014-11-21 16:49:17.000000000 +0000 -+++ libcc1/configure -@@ -14366,9 +14366,6 @@ fi - - - libsuffix= --if test "$GXX" = yes; then -- libsuffix=`$CXX -print-multi-os-directory` --fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5 diff --git a/cross/arm-none-eabi-gcc5/patches/patch-libcc1_connection.cc b/cross/arm-none-eabi-gcc5/patches/patch-libcc1_connection.cc deleted file mode 100644 index 260b5c28e1a..00000000000 --- a/cross/arm-none-eabi-gcc5/patches/patch-libcc1_connection.cc +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-libcc1_connection.cc,v 1.1 2015/12/10 03:02:16 joerg Exp $ - ---- libcc1/connection.cc.orig 2014-11-13 10:22:22.000000000 +0000 -+++ libcc1/connection.cc -@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. - #include <sys/types.h> - #include <string.h> - #include <errno.h> -+#include <sys/select.h> - #include "marshall.hh" - #include "connection.hh" - #include "rpc.hh" diff --git a/cross/arm-none-eabi-gcc5/patches/patch-libiberty_Makefile.in b/cross/arm-none-eabi-gcc5/patches/patch-libiberty_Makefile.in deleted file mode 100644 index 94ec55dceee..00000000000 --- a/cross/arm-none-eabi-gcc5/patches/patch-libiberty_Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-libiberty_Makefile.in,v 1.2 2015/12/31 21:42:50 ryoon Exp $ - ---- libiberty/Makefile.in.orig 2014-12-24 16:22:51.000000000 +0000 -+++ libiberty/Makefile.in -@@ -363,13 +363,12 @@ install-strip: install - # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the - # default multilib, so we have to take CFLAGS into account as well, - # since it will be passed the multilib flags. --MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` - install_to_libdir: all - if test -n "${target_header_dir}"; then \ -- ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR); \ -- $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n; \ -- ( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n ); \ -- mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB); \ -+ ${mkinstalldirs} $(DESTDIR)$(libdir); \ -+ $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(TARGETLIB)n; \ -+ ( cd $(DESTDIR)$(libdir) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n ); \ -+ mv -f $(DESTDIR)$(libdir)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(TARGETLIB); \ - case "${target_header_dir}" in \ - /*) thd=${target_header_dir};; \ - *) thd=${includedir}/${target_header_dir};; \ -@@ -382,10 +381,10 @@ install_to_libdir: all - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install - - install_to_tooldir: all -- ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) -- $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n -- ( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n ) -- mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB) -+ ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib -+ $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(TARGETLIB)n -+ ( cd $(DESTDIR)$(tooldir)/lib ; chmod 644 $(TARGETLIB)n; $(RANLIB) $(TARGETLIB)n ) -+ mv -f $(DESTDIR)$(tooldir)/lib/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(TARGETLIB) - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install - - # required-list was used when building a shared bfd/opcodes/libiberty |