mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
d2bc2be8db
commit
cc42262a26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user