crosstool-ng/config/libc
Chris Packham 557b9d4f8d gcc: Build static libgcc in core_pass1
Per https://github.com/crosstool-ng/crosstool-ng/issues/808 build static
libgcc in the first pass which lets us skip the second one.  Building
mingw-w64 requires header files in order to build C++ support so mingw
builds core pass 2. This could probably be cleaned up by splitting
libc_start_files into a separate libc_header step. But for now having
core 2 for mingw-w64 and core 1 for the other libcs will have to do.

Anything that previously selected CC_CORE_PASSES_NEEDED now selects
CC_CORE_PASS_1_NEEDED. The same goes for CC_CORE_PASS_2_NEEDED with the
exception of mingw-w64.

Fixes #808
Fixes #217

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-01-12 21:02:38 +13:00
..
avr-libc.in Add config flags for omitting 'arch' and 'vendor' 2018-12-10 01:10:01 -08:00
bionic.in Add new Android API levels 2018-12-21 21:07:44 +01:00
glibc.in gcc: Build static libgcc in core_pass1 2022-01-12 21:02:38 +13:00
mingw-w64.in Require ld to be default when building mingw-w64 2018-12-04 18:49:08 -08:00
moxiebox.in gcc: Build static libgcc in core_pass1 2022-01-12 21:02:38 +13:00
musl.in gcc: Build static libgcc in core_pass1 2022-01-12 21:02:38 +13:00
newlib.in gcc: Build static libgcc in core_pass1 2022-01-12 21:02:38 +13:00
none.in Make comp.libs use generated templates, too 2017-11-29 23:44:49 -08:00
uClibc.in gcc: Build static libgcc in core_pass1 2022-01-12 21:02:38 +13:00