• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/binutils/2.28.1/0120-sh-conf.patch
Thomas PetazzoniThomas Petazzoni committed 172d471488d29 Jul 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 1ceee199e9a32034c6def7700fdbb26335ca76a3 Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@gmail.com>
3
Date: Fri, 25 Dec 2015 11:38:13 +0100
4
Subject: [PATCH] sh-conf
5
​
6
Likewise, binutils has no idea about any of these new targets either, so we
7
fix that up too.. now we're able to actually build a real toolchain for
8
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
9
inept targets than that one, really. Go look, I promise).
10
​
11
[Romain: rebase on top of 2.26]
12
Signed-off-by: Romain Naour <romain.naour@gmail.com>
13
---
14
 configure    | 2 +-
15
 configure.ac | 2 +-
16
 2 files changed, 2 insertions(+), 2 deletions(-)
17
​
18
diff --git a/configure b/configure
19
index 34b66f7..905bc7b 100755
20
--- a/configure
21
+++ b/configure
22
@@ -3943,7 +3943,7 @@ case "${target}" in
23
   or1k*-*-*)
24
     noconfigdirs="$noconfigdirs gdb"
25
     ;;
26
-  sh-*-* | sh64-*-*)
27
+  sh*-*-* | sh64-*-*)
28
     case "${target}" in
29
       sh*-*-elf)
30
          ;;
31
diff --git a/configure.ac b/configure.ac
32
index 4977d97..1e69ee2 100644
33
--- a/configure.ac
34
+++ b/configure.ac
35
@@ -1279,7 +1279,7 @@ case "${target}" in
36
   or1k*-*-*)
37
     noconfigdirs="$noconfigdirs gdb"
38
     ;;
39
-  sh-*-* | sh64-*-*)
40
+  sh*-*-* | sh64-*-*)
41
     case "${target}" in
42
       sh*-*-elf)
43
          ;;
44
-- 
45
2.4.3
46
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.