diff options
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.37.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/binutils/binutils/0004-configure-widen-the-regexp-for-SH-architectures.patch | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.37.inc b/meta/recipes-devtools/binutils/binutils-2.37.inc index 6093558e4b..8f91c6460d 100644 --- a/meta/recipes-devtools/binutils/binutils-2.37.inc +++ b/meta/recipes-devtools/binutils/binutils-2.37.inc | |||
@@ -22,7 +22,6 @@ SRCREV ?= "87d4632d36323091e731eb07b8aa65f90293da66" | |||
22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git" | 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | ${BINUTILS_GIT_URI} \ | 24 | ${BINUTILS_GIT_URI} \ |
25 | file://0004-configure-widen-the-regexp-for-SH-architectures.patch \ | ||
26 | file://0005-Point-scripts-location-to-libdir.patch \ | 25 | file://0005-Point-scripts-location-to-libdir.patch \ |
27 | file://0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | 26 | file://0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ |
28 | file://0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \ | 27 | file://0007-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \ |
diff --git a/meta/recipes-devtools/binutils/binutils/0004-configure-widen-the-regexp-for-SH-architectures.patch b/meta/recipes-devtools/binutils/binutils/0004-configure-widen-the-regexp-for-SH-architectures.patch deleted file mode 100644 index f476ff210f..0000000000 --- a/meta/recipes-devtools/binutils/binutils/0004-configure-widen-the-regexp-for-SH-architectures.patch +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | From b8d43b6b8d98e176346871c92935458b06598c5b Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Mon, 2 Mar 2015 01:07:33 +0000 | ||
4 | Subject: [PATCH] configure: widen the regexp for SH architectures | ||
5 | |||
6 | gprof needs to know about uclibc | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | --- | ||
12 | configure | 2 +- | ||
13 | configure.ac | 2 +- | ||
14 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
15 | |||
16 | diff --git a/configure b/configure | ||
17 | index 3dd206525a7..e8ba1a1d3de 100755 | ||
18 | --- a/configure | ||
19 | +++ b/configure | ||
20 | @@ -3892,7 +3892,7 @@ case "${target}" in | ||
21 | nvptx*-*-*) | ||
22 | noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" | ||
23 | ;; | ||
24 | - sh-*-*) | ||
25 | + sh*-*-* | sh64-*-*) | ||
26 | case "${target}" in | ||
27 | sh*-*-elf) | ||
28 | ;; | ||
29 | diff --git a/configure.ac b/configure.ac | ||
30 | index 797a624621e..3a8a3ae1f3b 100644 | ||
31 | --- a/configure.ac | ||
32 | +++ b/configure.ac | ||
33 | @@ -1175,7 +1175,7 @@ case "${target}" in | ||
34 | nvptx*-*-*) | ||
35 | noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" | ||
36 | ;; | ||
37 | - sh-*-*) | ||
38 | + sh*-*-* | sh64-*-*) | ||
39 | case "${target}" in | ||
40 | sh*-*-elf) | ||
41 | ;; | ||