• 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/lightning/Config.in
Adam DuskettAdam Duskett committed 190b2b409cc22 Apr 2017
Raw file
Source viewDiff to previous
 
1
comment "lightning needs a toolchain w/ dynamic library"
2
    depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \
3
        BR2_mipsel || BR2_arm || BR2_powerpc
4
    depends on BR2_STATIC_LIBS
5
​
6
config BR2_PACKAGE_LIGHTNING
7
    bool "lightning"
8
    depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \
9
        BR2_mipsel || BR2_arm || BR2_powerpc
10
    depends on !BR2_STATIC_LIBS
11
    help
12
      GNU lightning is a library that generates
13
      assembly language code at run-time.
14
​
15
      https://www.gnu.org/software/lightning/
16
​
17
if BR2_PACKAGE_LIGHTNING
18
​
19
config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
20
    bool "enable disassembler"
21
    depends on !BR2_nios2 # binutils
22
    depends on BR2_USE_WCHAR # binutils
23
    select BR2_PACKAGE_BINUTILS
24
    select BR2_PACKAGE_ZLIB
25
    help
26
      Enable the GNU lightning disassembler.
27
​
28
comment "lightning disassembler needs a toolchain w/ wchar"
29
    depends on !BR2_nios2
30
    depends on !BR2_USE_WCHAR
31
​
32
endif
  • 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.