mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 06:49:33 +02:00
We call the recipes 4.6 Remove the backport patches (From OE-Core rev: 68b545f4ff719f2b6e57d68b002dc9845c7a14ae) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
607 B
Diff
18 lines
607 B
Diff
Upstream-Status: Pending
|
|
|
|
Corrects sub machine arch corectly
|
|
|
|
Index: gcc-4.6.0/gcc/config.gcc
|
|
===================================================================
|
|
--- gcc-4.6.0.orig/gcc/config.gcc
|
|
+++ gcc-4.6.0/gcc/config.gcc
|
|
@@ -2316,7 +2316,7 @@ score-*-elf)
|
|
;;
|
|
sh-*-elf* | sh[12346l]*-*-elf* | \
|
|
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
|
|
- sh-*-linux* | sh[2346lbe]*-*-linux* | \
|
|
+ sh*-*-linux* | sh[2346lbe]*-*-linux* | \
|
|
sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
|
|
sh64-*-netbsd* | sh64l*-*-netbsd*)
|
|
tmake_file="${tmake_file} sh/t-sh sh/t-elf"
|