summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-04 12:56:53 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-04 12:57:06 -0600
commit12fb25f4f50a76c3d80f1138289e42781082e387 (patch)
tree8cdc60742c7ab315a7008c07c96e66bbc64a575c /toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch
parentb3df07cfdadb5c6c1e3d8a998d7417ff53f1a3f2 (diff)
remove git patches for now
Diffstat (limited to 'toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch')
-rw-r--r--toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch b/toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch
deleted file mode 100644
index b7af276fc..000000000
--- a/toolchain/uclibc/patches/0.9.34-git/0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From b46e40edc326638336adc91ccc2aad74c94c764b Mon Sep 17 00:00:00 2001
-From: Waldemar Brodkorb <wbx@openadk.org>
-Date: Tue, 9 Sep 2014 18:40:22 +0200
-Subject: [PATCH 5/6] disable tests for arc as long as binutils is buggy
-
-Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
----
- test/tls/Makefile.in | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
-index 7ab4e2a..0a98337 100644
---- a/test/tls/Makefile.in
-+++ b/test/tls/Makefile.in
-@@ -12,6 +12,10 @@ ifeq ($(HAVE_SHARED),)
- TESTS_DISABLED := $(TESTS)
- endif
-
-+ifeq ($(TARGET_ARCH),arc)
-+TESTS_DISABLED += tst-tls12 tst-tls-at-ctor
-+endif
-+
- # All these tests need tls.h, which is not installed with glibc
- GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))
-
---
-1.8.5.2 (Apple Git-48)
-