summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-06-11 13:44:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-22 11:26:04 +0100
commit589ec2cb00adcef0806e7ace4316f7dde2430af7 (patch)
tree3365e500bcf3b64a7e22be697a0fc36263065e2c /Kconfig
parentaf485fdddabfd09a7be4fea80c1573d5082cd05f (diff)
downloadOSELAS.Toolchain-589ec2cb00adcef0806e7ace4316f7dde2430af7.tar.gz
OSELAS.Toolchain-589ec2cb00adcef0806e7ace4316f7dde2430af7.tar.xz
[mpc] add support for libmpc
Newer gcc versions need support for libmpc which is added by this patch. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index df73df7..c195100 100644
--- a/Kconfig
+++ b/Kconfig
@@ -67,6 +67,7 @@ source "workspace/rules/cross-gcc.in"
source "workspace/rules/cross-gdb.in"
source "workspace/rules/cross-toolchain.in"
source "workspace/rules/host-gmp.in"
+source "workspace/rules/host-mpc.in"
source "workspace/rules/host-mpfr.in"
comment "----------------------------------"