summaryrefslogtreecommitdiffstats
path: root/rules/host-mpc.in
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 /rules/host-mpc.in
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 'rules/host-mpc.in')
-rw-r--r--rules/host-mpc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/host-mpc.in b/rules/host-mpc.in
new file mode 100644
index 0000000..75bd349
--- /dev/null
+++ b/rules/host-mpc.in
@@ -0,0 +1,4 @@
+config HOST_MPC
+ bool
+ select HOST_GMP
+ select HOST_MPFR