• 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/libsigsegv/Config.in
Thomas PetazzoniThomas Petazzoni committed f1cbfeea95e08 Aug 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
2
    bool
3
    # with glibc/musl, ucontext is available for all supported
4
    # architectures
5
    default y if BR2_TOOLCHAIN_USES_GLIBC
6
    default y if BR2_TOOLCHAIN_USES_MUSL
7
    # with uclibc, ucontext is only available for a subset of the
8
    # supported architectures
9
    default y if BR2_TOOLCHAIN_USES_UCLIBC && \
10
        (BR2_ARM_CPU_HAS_ARM || BR2_i386 || \
11
         BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
12
         BR2_sparc || BR2_x86_64)
13
​
14
config BR2_PACKAGE_LIBSIGSEGV
15
    bool "libsigsegv"
16
    depends on BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
17
    help
18
      Library for handling page faults in user mode.
19
​
20
      http://www.gnu.org/software/libsigsegv/
  • 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.