summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in18
-rw-r--r--config/cc/gcc.in1
-rw-r--r--config/debug/gdb.in15
-rw-r--r--config/debug/gdb.in.cross1
-rw-r--r--config/debug/gdb.in.native2
5 files changed, 1 insertions, 36 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index a92dec9..e6371f2 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -2,22 +2,6 @@
comment "GNU binutils"
-config BINUTILS_HAS_HASH_STYLE
- default y if BINUTILS_2_23_or_later
- bool
-
-config BINUTILS_HAS_GOLD
- default y if BINUTILS_2_23_or_later
- bool
-
-config BINUTILS_HAS_PLUGINS
- default y if BINUTILS_2_23_or_later
- bool
-
-config BINUTILS_HAS_PKGVERSION_BUGURL
- default y if BINUTILS_2_23_or_later
- bool
-
# gold only suports the listed architectures
config BINUTILS_GOLD_SUPPORTS_ARCH
bool
@@ -27,7 +11,6 @@ config BINUTILS_GOLD_SUPPORTS_ARCH
config BINUTILS_GOLD_SUPPORT
bool
default y
- depends on BINUTILS_HAS_GOLD
depends on BINUTILS_GOLD_SUPPORTS_ARCH
depends on ! STATIC_TOOLCHAIN
@@ -139,7 +122,6 @@ config BINUTILS_LINKER_DEFAULT
config BINUTILS_PLUGINS
bool
prompt "Enable support for plugins"
- depends on BINUTILS_HAS_PLUGINS
depends on ! STATIC_TOOLCHAIN
help
binutils can be extended through the use of plugins.
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index f4b0b7e..e068afd 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -373,7 +373,6 @@ config CC_GCC_BUILD_ID
choice CC_GCC_LNK_HASH_STYLE_CHOICE
bool
prompt "linker hash style"
- depends on BINUTILS_HAS_HASH_STYLE
config CC_GCC_LNK_HASH_STYLE_DEFAULT
bool
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index d92cd62..aa3235e 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -5,17 +5,6 @@
source "config/debug/gdb.in.cross"
source "config/debug/gdb.in.native"
-config GDB_HAS_PKGVERSION_BUGURL
- bool
- default y if GDB_7_0_or_later
-
-config GDB_HAS_PYTHON
- bool
- default y if GDB_7_0_or_later
-
-config GDB_INSTALL_GDBINIT
- bool
- default y if GDB_7_0_or_later
# GDB 8.0 now requires C++ for build. GDB 7.12 offered a configure
# switch to fall back to C. We want to use that option because
@@ -32,10 +21,6 @@ config GDB_DEP_CXX11
depends on !CONFIGURE_has_cxx11
select GDB_REQUIRE_older_than_8_0
-config GDB_HAS_IPA_LIB
- def_bool y
- depends on GDB_7_2_or_later
-
# Does GDB need ps_get_thread_area with const qualifier?
config GDB_CONST_GET_THREAD_AREA
bool
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index e193548..7ecc2e3 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -37,7 +37,6 @@ config GDB_CROSS_SIM
config GDB_CROSS_PYTHON
bool
prompt "Enable python scripting"
- depends on GDB_HAS_PYTHON
depends on !GDB_CROSS_STATIC
default y if !CROSS_NATIVE && !CANADIAN
help
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index d244790..7ac8ec2 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -30,7 +30,7 @@ config GDB_NATIVE_BUILD_IPA_LIB
bool
prompt "Build the IPA library"
depends on LIBC_GLIBC
- depends on GDB_HAS_IPA_LIB && !GDB_NATIVE_STATIC
+ depends on !GDB_NATIVE_STATIC
help
gdbserver >= 7.2 comes with an optional library to use tracepoints,
the In Process Agent (IPA) library, libinproctrace.so. This library