PR bootstrap/80531
* configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
bootstrap compare failures.
From-SVN: r247350
+2017-04-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/80531
+ * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
+ bootstrap compare failures.
+
2017-04-20 Alexander Monakov <amonakov@ispras.ru>
* testsuite/libgomp.c/target-36.c: New testcase.
config_path="posix"
# Need to link with -lpthread so libgomp.so is self-contained.
XLDFLAGS="${XLDFLAGS} -lpthread"
+ # AIX needs -frandom-seed for bootstrap compare.
+ XCFLAGS="${XCFLAGS} -frandom-seed=\$@"
;;
nvptx*-*-*)