diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index addc64ae8..69a7a7ec0 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -27,7 +27,6 @@ checkdepends=('dejagnu' 'inetutils') options=('!libtool' '!emptydirs' '!distcc') source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 - armhf-triplet-trunk.diff gcc-4.8-filename-output.patch) md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d' 'bd7330bd41845929f1e0efb3b7d0a060' diff --git a/core/gcc/armhf-triplet-trunk.diff b/core/gcc/armhf-triplet-trunk.diff deleted file mode 100644 index 251e9b0ea..000000000 --- a/core/gcc/armhf-triplet-trunk.diff +++ /dev/null @@ -1,110 +0,0 @@ -diff -urN a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in ---- a/gcc/ada/gcc-interface/Makefile.in 2012-06-12 09:12:37.000000000 -0600 -+++ b/gcc/ada/gcc-interface/Makefile.in 2012-07-06 19:53:20.740322776 -0600 -@@ -1867,7 +1867,7 @@ - LIBRARY_VERSION := $(LIB_VERSION) - endif - --ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word 4,$(targ)))),) -+ifeq ($(strip $(filter-out arm%-linux,$(arch)-$(osys)) $(if $(findstring eabi,$(word 4,$(targ))),,$(word 4,$(targ)))),) - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads - // -diff -urN a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc ---- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc 2011-09-21 05:23:11.000000000 -0600 -+++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc 2012-07-06 19:53:20.763761026 -0600 -@@ -1,5 +1,5 @@ - // { dg-options "-std=gnu++0x -funsigned-char -fshort-enums" } --// { dg-options "-std=gnu++0x -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux*eabi } } -+// { dg-options "-std=gnu++0x -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux-*eabi* } } - - // 2007-05-03 Benjamin Kosnik - //