mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 06:32:23 +00:00
9fdb93cce0
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
# ISL options
|
|
## select CLOOG_REQUIRE_0_18_1_or_older if CLOOG_NEEDED && !ISL_0_12_or_later
|
|
## select CLOOG_REQUIRE_0_18_4_or_later if CLOOG_NEEDED && !ISL_0_14_or_older
|
|
|
|
config ISL_NEEDS_WITH_GMP
|
|
bool
|
|
default y if !ISL_0_12_or_later
|
|
|
|
config ISL_HAS_WITH_PIPLIB
|
|
bool
|
|
default y if !ISL_0_14_or_later
|