summaryrefslogtreecommitdiff
path: root/config/backend.in
blob: 12d278b1cf2243ca9b7a96f33f1b0b722999850d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Options specific to crosstool-NG acting as a backend

config IS_A_BACKEND
    string
    option env="CT_IS_A_BACKEND"

config BACKEND
    bool
    depends on OBSOLETE
    default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"

if BACKEND

config BACKEND_ARCH
    string
    option env="CT_BACKEND_ARCH"

config BACKEND_KERNEL
    string
    option env="CT_BACKEND_KERNEL"

config BACKEND_LIBC
    string
    option env="CT_BACKEND_LIBC"

endif #if BACKEND