• 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/icu/Config.in
Bernd KuhlsBernd Kuhls committed 87f43c3403205 Jun 2017
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_ICU
2
    bool "icu"
3
    depends on BR2_HOST_GCC_AT_LEAST_4_8
4
    depends on BR2_INSTALL_LIBSTDCPP
5
    depends on BR2_USE_WCHAR
6
    depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
7
    depends on BR2_TOOLCHAIN_HAS_THREADS
8
    # icu does some funky things by generating by itself an ELF
9
    # file, and it cannot easily be changed to generate FLAT
10
    # format.
11
    depends on !BR2_BINFMT_FLAT
12
    help
13
      International Components for Unicode.
14
​
15
      http://site.icu-project.org/
16
​
17
if BR2_PACKAGE_ICU
18
​
19
config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH
20
    string "Path to custom data library file"
21
    help
22
      This option allows to define the path to a custom data
23
      library generated with http://apps.icu-project.org/datacustom/
24
      Make sure you select the appropiate version to match the one
25
      provided by buildroot.
26
      Leave empty to not use this functionality.
27
​
28
endif
29
​
30
comment "icu needs a toolchain w/ C++, wchar, threads, gcc >= 4.8, host gcc >= 4.8"
31
    depends on !BR2_BINFMT_FLAT
32
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
33
        !BR2_TOOLCHAIN_HAS_THREADS || \
34
        !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
35
        !BR2_HOST_GCC_AT_LEAST_4_8
  • 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.