re PR bootstrap/80531 (RC1 bootstrap comparison failure)
PR bootstrap/80531 * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid bootstrap compare failures. From-SVN: r247350
This commit is contained in:
parent
1035527b78
commit
f49215b10c
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -149,6 +149,8 @@ case "${target}" in
|
|||
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*-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue