cc/gcc: fix companion libs selection

Cset #15eedf548d33 (cc/gcc: add preliminray support for 4.8) left a
lingering 'select CLOOG_NEEDED', which should have been removed.

Fix that.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2013-09-30 00:21:36 +02:00
parent d2bc2be8db
commit cc42262a26

View File

@ -428,8 +428,6 @@ config CC_GCC_USE_GMP_MPFR
select GMP_NEEDED
select MPFR_NEEDED
select CLOOG_NEEDED
config CC_GCC_USE_MPC
bool
select MPC_NEEDED