# HG changeset patch # User "Yann E. MORIN" # Date 1222689767 0 # Node ID 0a8cc9d782de45e55a6045e53b42be1554e0420f # Parent defdd986c14d74f37a0490493c2c3eac73d1b364 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(-) diff -r defdd986c14d -r 0a8cc9d782de scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Mon Sep 29 11:08:33 2008 +0000 +++ b/scripts/build/cc/gcc.sh Mon Sep 29 12:02:47 2008 +0000 @@ -48,7 +48,7 @@ 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 }