mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-22 03:55:34 +00:00
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:
parent
eb14e45ecb
commit
47221dfa6a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user