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 9:
(1 comment)
File util/crossgcc/buildgcc:
https://review.coreboot.org/c/coreboot/+/85275/comment/4b0eb33c_9b33b3fd?usp... : PS8, Line 787: rm -f "gcc/$TARGETARCH/$GCC_VERSION" && \ : ln -s "$DESTDIR$TARGETDIR/$TARGETARCH/bin" "gcc/$TARGETARCH/$GCC_VERSION" && \ : $MAKE $JOBS CFLAGS_FOR_BUILD="$HOSTCFLAGS" all-gcc && \ : $MAKE install-gcc DESTDIR="$DESTDIR" || touch .failed : : if [ ! -f .failed ] && [ "$(echo $TARGETARCH | grep -c -- -mingw32)" -eq 0 ]; then : # shellcheck disable=SC2086 : $MAKE $JOBS CFLAGS_FOR_BUILD="$HOSTCFLAGS" all-target-libgcc && \ : $MAKE install-target-libgcc DESTDIR=$DESTDIR || touch .failed : fi
Move this function below `configure_GCC` so that the diff shows that this wasn't changed.
Done