diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-19 21:58:46 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | e7deac3aad394325f9e6fc6fda41d34ec94a59e0 (patch) | |
tree | 6ad88362f0bfa8385a91eb494009a4646aeb74b6 /config/binutils | |
parent | b9af225f58e45c7fae7eb9d3689fe939243e7578 (diff) | |
download | crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.tar.gz crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.tar.bz2 crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.zip |
Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 8 | ||||
-rw-r--r-- | config/binutils/binutils.in.2 | 59 |
2 files changed, 5 insertions, 62 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 5e5cc678..089301ca 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -5,19 +5,19 @@ comment "GNU binutils" source "config/versions/binutils.in" config BINUTILS_HAS_HASH_STYLE - default y if BINUTILS_MS_2_23 + default y if BINUTILS_2_23_or_later bool config BINUTILS_HAS_GOLD - default y if BINUTILS_MS_2_23 + default y if BINUTILS_2_23_or_later bool config BINUTILS_HAS_PLUGINS - default y if BINUTILS_MS_2_23 + default y if BINUTILS_2_23_or_later bool config BINUTILS_HAS_PKGVERSION_BUGURL - default y if BINUTILS_MS_2_23 + default y if BINUTILS_2_23_or_later bool # gold only suports the listed architectures diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index f913355b..29ae5435 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -9,64 +9,7 @@ config ELF2FLT_REQUIRES comment "elf2flt" -choice - bool - prompt "elf2flt version" - -config ELF2FLT_GIT - bool - prompt "git" - depends on CONFIGURE_has_git - help - Grab the latest version of elf2flt from the CVS repository - -config ELF2FLT_CUSTOM - bool - prompt "Custom elf2flt" - depends on EXPERIMENTAL || !CONFIGURE_has_git - help - The choosen elf2flt version shall be not downloaded. Instead use - a custom location to get the source. - -endchoice - -if ELF2FLT_GIT - -config ELF2FLT_GIT_CSET - string - prompt "git cset" - default "6d80ab6c93409e796f85da404bde84b841231531" - help - Enter the git changeset to use. - - The default currently points to the HEAD of the git tree. - -endif # ELF2FLT_GIT - -config ELF2FLT_VERSION - string - default ELF2FLT_GIT_CSET if ELF2FLT_GIT - default ELF2FLT_CUSTOM_VERSION if ELF2FLT_CUSTOM - -if ELF2FLT_CUSTOM - -config ELF2FLT_CUSTOM_LOCATION - string - prompt "Full path to custom elf2flt source" - help - Enter the path to the directory or tarball of your source for elf2flt. - - If the path is a tarball, it should extract to: <name>-<version>/ - where the name is this component, elf2flt, and the version is set - below in the custom version string. - -config ELF2FLT_CUSTOM_VERSION - string - prompt "elf2flt custom version number" - help - Enter the version number for your custom elf2flt. - -endif # ELF2FLT_CUSTOM +source "config/versions/elf2flt.in" config ELF2FLT_EXTRA_CONFIG_ARRAY string |