summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-14 20:44:24 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-14 20:44:24 (GMT)
commite2b9a81da34023db468b61caecf1b4799016f174 (patch)
tree6bdb3dc39eb5a490d49823b07b336a260cb0a6f9 /config/debug/gdb.in.native
parent6e00f49ab44487694fd0e68a3f4b2c4f43f72afe (diff)
scripts: check host features with host compiler
Currently, we check host feature in ./configure. This works only for cross toolchains, but not for canadian toolchains. ./configure has absolutely no way to know what the host for the toolchain will be; only the build scripts know. So, move the headers & libraries checks from ./configure to the build scripts, early enough in the build, but not before we know the host compiler and other tools. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug/gdb.in.native')
-rw-r--r--config/debug/gdb.in.native4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index a4144b4..8d2159a 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -10,13 +10,9 @@ config GDB_NATIVE
if GDB_NATIVE
-config GDB_NATIVE_NO_STATIC
- bool
-
config GDB_NATIVE_STATIC
bool
prompt "Build a static native gdb"
- depends on ! GDB_NATIVE_NO_STATIC
help
In case you have trouble with dynamic loading of shared libraries,
you will find that a static gdb comes in handy.