• 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.m68k
Thomas PetazzoniThomas Petazzoni committed d04ea6e4e8d19 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_ARCH
2
    default "m68k"      if BR2_m68k
3
​
4
config BR2_ENDIAN
5
    default "BIG"
6
​
7
# symbols used to distinguish between m68k and coldfire
8
# for gcc multilib
9
config BR2_m68k_m68k
10
    bool
11
​
12
config BR2_m68k_cf
13
    bool
14
​
15
# coldfire variants will be added later
16
choice
17
    prompt "Target CPU"
18
    depends on BR2_m68k
19
    default BR2_m68k_68040
20
    help
21
      Specific CPU variant to use
22
​
23
config BR2_m68k_68040
24
    bool "68040"
25
    select BR2_m68k_m68k
26
    select BR2_ARCH_HAS_MMU_MANDATORY
27
​
28
config BR2_m68k_cf5208
29
    bool "5208"
30
    select BR2_m68k_cf
31
    select BR2_SOFT_FLOAT
32
​
33
endchoice
34
​
35
config BR2_GCC_TARGET_CPU
36
    default "68040"     if BR2_m68k_68040
37
    default "5208"      if BR2_m68k_cf5208
38
​
39
config BR2_READELF_ARCH_NAME
40
    default "MC68000"
  • 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.