• 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/guile/Config.in
Ricardo MartincoskiRicardo Martincoski committed 9576defc4b805 Apr 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_GUILE
2
    bool "guile"
3
    depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc
6
    depends on BR2_USE_WCHAR # libunistring
7
    depends on !BR2_STATIC_LIBS
8
    select BR2_PACKAGE_LIBUNISTRING
9
    select BR2_PACKAGE_LIBFFI
10
    select BR2_PACKAGE_GMP
11
    select BR2_PACKAGE_BDWGC
12
    select BR2_PACKAGE_LIBTOOL
13
    help
14
      Guile is an interpreter and compiler for the Scheme
15
      programming language, a clean and elegant dialect of Lisp.
16
​
17
      http://www.gnu.org/software/guile
18
​
19
comment "guile needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library"
20
    depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
21
        BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
  • 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.