• 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/arch/Config.in.sh
Gustavo ZacariasGustavo Zacarias committed 4338a319b7208 Sep 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
choice
2
    prompt "Target Architecture Variant"
3
    depends on BR2_sh
4
    default BR2_sh4
5
    help
6
      Specific CPU variant to use
7
​
8
config BR2_sh2a
9
    bool "sh2a (SH2A big endian)"
10
config BR2_sh4
11
    bool "sh4 (SH4 little endian)"
12
config BR2_sh4eb
13
    bool "sh4eb (SH4 big endian)"
14
config BR2_sh4a
15
    bool "sh4a (SH4A little endian)"
16
config BR2_sh4aeb
17
    bool "sh4aeb (SH4A big endian)"
18
endchoice
19
​
20
config BR2_ARCH
21
    default "sh2a"      if BR2_sh2a
22
    default "sh4"       if BR2_sh4
23
    default "sh4eb"     if BR2_sh4eb
24
    default "sh4a"      if BR2_sh4a
25
    default "sh4aeb"    if BR2_sh4aeb
26
​
27
config BR2_ENDIAN
28
    default "LITTLE"    if BR2_sh4 || BR2_sh4a
29
    default "BIG"       if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
  • 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.