summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-18 19:43:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-18 19:43:31 (GMT)
commit77a605d48ed255d94bbe93ba17d53a2245a22a35 (patch)
tree5d21e7ac25722ef2593014c40f97bb58db2eae25 /config/debug/gdb.in
parent3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (diff)
complibs: simplify config file
Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two.
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index db40dbb..60efbc4 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -60,7 +60,7 @@ config GDB_NATIVE_USE_GMP_MPFR
depends on GDB_NATIVE
select GMP
select MPFR
- select COMP_LIBS_TARGET
+ select COMPLIBS_TARGET
help
gdb can make use of the GMP and MPFR libraries.