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