# HG changeset patch # User "Yann E. MORIN" # Date 1243875950 0 # Node ID a6e77861ea461ff877b9240fe5ac8f737bc2b5ee # Parent 593fb5054810ca0c58ebeea9e120633b4d264032 /devel/gcc-4.4: - just a slight menuconfig beautification in companion libraries menu -------- diffstat follows -------- /devel/gcc-4.4/config/companion_libs.in | 11 7 4 0 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff -r 593fb5054810 -r a6e77861ea46 config/companion_libs.in --- a/config/companion_libs.in Mon Jun 01 15:53:42 2009 +0000 +++ b/config/companion_libs.in Mon Jun 01 17:05:50 2009 +0000 @@ -46,12 +46,15 @@ source config/companion_libs/mpc.in endif -comment "Common companion libraries options" +config FOO + bool + +comment "Companion libraries common options" depends on GMP_MPFR || PPL_CLOOG_MPC config COMP_LIBS_CHECK bool - prompt "Check the companion libraries builds (!!! READ HELP!!!)" + prompt "| Check the companion libraries builds (!!! READ HELP!!!)" depends on GMP_MPFR || PPL_CLOOG_MPC default n help @@ -66,11 +69,11 @@ cause for incorrectly generated code, you should answer 'Y' here. Note however that this will take a really long time. For example, building PPL on my machine takes roughly 1'40", while checking it takes - about 1h30"... + about 1h40'... config COMP_LIBS_TARGET bool - prompt "Build companion libraries for the target" + prompt "| Build companion libraries for the target" depends on GMP_MPFR || PPL_CLOOG_MPC depends on ! BARE_METAL default n