summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-10 19:44:35 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-10 19:44:35 (GMT)
commit7275900f9ffce61fabc90e0ff870fec175976ffb (patch)
treeaa1a49a4878dfa3d3c4a4f55348aa39589dc49a7 /config/libc
parent0a962fc7ecca10468a245f1d93eaa473b3ea1543 (diff)
parent9159846334ce9a8e2f2e96c5407cea4ed4f2db6d (diff)
Merge pull request #9 from bhundven/master
Fixes for glibc and gdb
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc-eglibc.in-common2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 6c5d2f0..f199e3a 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -14,6 +14,7 @@ config LIBC_GLIBC_MAY_FORCE_PORTS
default y if ARCH_arm
default y if ARCH_mips
select LIBC_GLIBC_USE_PORTS
+ depends on !LIBC_GLIBC_2_20_or_later
# Force using the BFD linker during the toolchain build
config LIBC_glibc_familly
@@ -121,6 +122,7 @@ config LIBC_GLIBC_FORCE_UNWIND
config LIBC_GLIBC_USE_PORTS
bool
prompt "Use the ports addon"
+ depends on !LIBC_GLIBC_2_20_or_later
help
The ports addon contains some architecture ports that are not available
in the official distribution.