Restore the ability to build gcc older than 4.3. At last!
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 29 12:02:47 2008 +0000 (2008-09-29)
changeset 8870a8cc9d782de
parent 886 defdd986c14d
child 888 2e2f80dcc120
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(-)
scripts/build/cc/gcc.sh
     1.1 --- a/scripts/build/cc/gcc.sh	Mon Sep 29 11:08:33 2008 +0000
     1.2 +++ b/scripts/build/cc/gcc.sh	Mon Sep 29 12:02:47 2008 +0000
     1.3 @@ -48,7 +48,7 @@
     1.4      case "${CT_BARE_METAL},${CT_THREADS}" in
     1.5          y,*)    ;;
     1.6          ,nptl)  do_cc_core mode=shared build_libgcc=yes;;
     1.7 -        *)      do_cc_core mode=static build_libgcc=yes;;
     1.8 +        *)      do_cc_core mode=static build_libgcc=no;;
     1.9      esac
    1.10  }
    1.11