Attention is currently required from: Felix Singer, Karthik Ramasubramanian, Martin L Roth, Raul Rangel.
Jon Murphy has posted comments on this change by Jon Murphy. ( https://review.coreboot.org/c/coreboot/+/85275?usp=email )
Change subject: util/crossgcc: Add libstdcxx target ......................................................................
Patch Set 13:
(4 comments)
File util/crossgcc/buildgcc:
https://review.coreboot.org/c/coreboot/+/85275/comment/09ed81be_5fa973d2?usp... : PS12, Line 840: $@
Fix applied.
https://review.coreboot.org/c/coreboot/+/85275/comment/d0a87140_7923e6b1?usp... : PS12, Line 844: configure_GCC
The script isn't running with `-e`, so we need to chain the commands. […]
Fix applied.
https://review.coreboot.org/c/coreboot/+/85275/comment/586ce4e1_8ce047f8?usp... : PS12, Line 864: configure_GCC "--with-gxx-include-dir="${LIBSTDCXX_INCLUDE_PATH}/coreboot-${TARGETARCH}/include/" : --with-sysroot="${LIBSTDCXX_INCLUDE_PATH}/""
Fix applied.
https://review.coreboot.org/c/coreboot/+/85275/comment/73ce49ed_6db3f623?usp... : PS12, Line 870: || touch .failed
You don't want to build libstdc++ if libgcc failed. […]
Fix applied.