From: Stephen Rothwell Date: Fri, 17 Mar 2023 02:32:49 +0000 (+1100) Subject: do_build: I am now using gcc 12 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=efdcbbe61ef81fa7e9411314414a1f5c493b9e30;p=next-scripts do_build: I am now using gcc 12 --- diff --git a/do_build b/do_build index ac731b4..072db13 100755 --- a/do_build +++ b/do_build @@ -115,10 +115,7 @@ $cmd <<-EOF d="$bparent/perf" [ -d \$d ] || mkdir \$d || exit 1 log_perf=\$d.log - # the -Wno-psabi is to suppress - # note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 - # warnings until at least gcc 12 when the warning will be removed - /usr/bin/time make -C tools/perf -f Makefile.perf -s -O -j60 O=\$d EXTRA_CFLAGS=-Wno-psabi > \$log_perf 2>&1 + /usr/bin/time make -C tools/perf -f Makefile.perf -s -O -j60 O=\$d > \$log_perf 2>&1 rc=\$? if [ \$rc -ne 0 ]; then