From 3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Feb 2010 23:47:47 +0100 Subject: complibs: split-up selection for individual libs --- config/cc/gcc.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index cbb16abe..3f336df8 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -102,13 +102,16 @@ endchoice config CC_GCC_4_3_or_later bool default n - select GMP_MPFR + select GMP + select MPFR config CC_GCC_4_4_or_later bool default n select CC_GCC_4_3_or_later - select PPL_CLOOG_MPC + select PPL + select CLOOG + select MPC config CC_VERSION string -- cgit v1.2.3