• 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.24/120-sh-conf.patch
Gustavo ZacariasGustavo Zacarias committed f16bf2159e502 Dec 2013
Raw file
Source viewDiff to previous
 
1
r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines
2
​
3
Likewise, binutils has no idea about any of these new targets either, so we 
4
fix that up too.. now we're able to actually build a real toolchain for 
5
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more 
6
inept targets than that one, really. Go look, I promise).
7
​
8
--- a/configure
9
+++ b/configure
10
@@ -1495,7 +1495,7 @@
11
   mips*-*-*)
12
     noconfigdirs="$noconfigdirs gprof"
13
     ;;
14
-  sh-*-* | sh64-*-*)
15
+  sh*-*-* | sh64-*-*)
16
     case "${target}" in
17
       sh*-*-elf)
18
          ;;
19
--- a/configure.ac
20
+++ b/configure.ac
21
@@ -712,7 +712,7 @@
22
   mips*-*-*)
23
     noconfigdirs="$noconfigdirs gprof"
24
     ;;
25
-  sh-*-* | sh64-*-*)
26
+  sh*-*-* | sh64-*-*)
27
     case "${target}" in
28
       sh*-*-elf)
29
          ;;
  • 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.