Restore the ability to build gcc older than 4.3. At last!

/trunk/scripts/build/cc/gcc.sh |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-09-29 12:02:47 +00:00
parent eb14e45ecb
commit 47221dfa6a

View File

@ -48,7 +48,7 @@ do_cc_core_pass_2() {
case "${CT_BARE_METAL},${CT_THREADS}" in
y,*) ;;
,nptl) do_cc_core mode=shared build_libgcc=yes;;
*) do_cc_core mode=static build_libgcc=yes;;
*) do_cc_core mode=static build_libgcc=no;;
esac
}