• 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/toolchain/toolchain-crosstool-ng/Config.in
Yann E. MORINYann E. MORIN committed 10c1eec2c3319 Sep 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
# Selection options for crosstool-NG
2
​
3
if BR2_TOOLCHAIN_CTNG
4
​
5
choice
6
    prompt "Crosstool-NG C library"
7
​
8
config BR2_TOOLCHAIN_CTNG_uClibc
9
    bool "uClibc"
10
​
11
# Although eglibc can be configured to opt-out some features,
12
# let's not deal with that for the time being, it's complex...
13
config BR2_TOOLCHAIN_CTNG_eglibc
14
    bool "eglibc"
15
    select BR2_LARGEFILE
16
    select BR2_INET_IPV6
17
    select BR2_INET_RPC
18
    select BR2_ENABLE_LOCALE
19
    select BR2_USE_WCHAR
20
    select BR2_PROGRAM_INVOCATION
21
​
22
config BR2_TOOLCHAIN_CTNG_glibc
23
    bool "glibc"
24
    select BR2_LARGEFILE
25
    select BR2_INET_IPV6
26
    select BR2_INET_RPC
27
    select BR2_ENABLE_LOCALE
28
    select BR2_USE_WCHAR
29
    select BR2_PROGRAM_INVOCATION
30
​
31
endchoice # C library
32
​
33
config BR2_TOOLCHAIN_CTNG_LIBC
34
    string
35
    default "uClibc"    if BR2_TOOLCHAIN_CTNG_uClibc
36
    default "eglibc"    if BR2_TOOLCHAIN_CTNG_eglibc
37
    default "glibc"     if BR2_TOOLCHAIN_CTNG_glibc
38
​
39
config BR2_TOOLCHAIN_CTNG_CONFIG
40
    string "crosstool-NG configuration file to use"
41
    default "toolchain/toolchain-crosstool-ng/crosstool-ng.config"
42
    help
43
      Enter here the crosstool-NG's .config file to use.
44
      If unsure, use the default.
45
      To finetune your toolchain, you can also call:
46
      make ctng-menuconfig
47
​
48
config BR2_TOOLCHAIN_CTNG_STRIP_LIBS
49
    bool "Strip libs copied to target"
50
    default !BR2_STRIP_none
51
    help
52
      Strip shared libraries copied from the toolchain.
53
​
54
endif # BR2_TOOLCHAIN_CTNG
  • 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.