• 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/libgpg-error/Config.in
Maxime HadjinlianMaxime Hadjinlian committed f812c6b36f505 Jul 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
2
    bool
3
    # see src/syscfg/
4
    default y if \
5
        BR2_aarch64 || BR2_aarch64_eb   || BR2_arm  || \
6
        BR2_armeb   || BR2_i386     || BR2_mips || \
7
        BR2_mipsel  || BR2_mips64       || BR2_mips64el || \
8
        BR2_m68k    || BR2_nios2        || BR2_powerpc  || \
9
        BR2_powerpc64   || BR2_powerpc64le  || BR2_sh4  || \
10
        BR2_sh4eb   || BR2_sh4a     || BR2_sh4aeb   || \
11
        BR2_sparc   || BR2_sparc64      || BR2_x86_64
12
​
13
config BR2_PACKAGE_LIBGPG_ERROR
14
    bool "libgpg-error"
15
    depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
16
    help
17
      Libgpg-error is a small library with error codes and
18
      descriptions shared by most GnuPG related software.
19
​
20
      https://www.gnupg.org/related_software/libgpg-error
21
​
22
config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
23
    string
24
    default "aarch64-unknown-linux-gnu" \
25
        if BR2_aarch64 || BR2_aarch64_eb
26
    default "arm-unknown-linux-gnueabi" \
27
        if BR2_arm || BR2_armeb
28
    default "i686-pc-linux-gnu" \
29
        if BR2_i386
30
    default "mips-unknown-linux-gnu" \
31
        if BR2_mips || BR2_mipsel
32
    default "mips64el-unknown-linux-gnuabi64" \
33
        if BR2_mips64 || BR2_mips64el
34
    default "m68k-unknown-linux-gnu" \
35
        if BR2_m68k
36
    default "nios2-unknown-linux-gnu" \
37
        if BR2_nios2
38
    default "powerpc-unknown-linux-gnu" \
39
        if BR2_powerpc
40
    default "powerpc64-unknown-linux-gnu" \
41
        if BR2_powerpc64 || BR2_powerpc64le
42
    default "sh4-unknown-linux-gnu" \
43
        if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
44
    default "sparc-unknown-linux-gnu" \
45
        if BR2_sparc
46
    default "sparc64-unknown-linux-gnu" \
47
        if BR2_sparc64
48
    default "x86_64-pc-linux-gnu" \
49
        if BR2_x86_64
  • 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.