mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:21:07 +08:00
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
From-SVN: r190682
This commit is contained in:
parent
618fc80d58
commit
063c573e9e
@ -1,3 +1,7 @@
|
||||
2012-08-26 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
|
||||
|
||||
2009-09-02 Geoff Keating <geoffk@apple.com>
|
||||
|
||||
* btest-gcc.sh: Continue after bootstrap comparison failure.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Test GCC.
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006, 2009, 2012
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -160,6 +160,10 @@ if [ -f $BUILD/$H_TARGET/libgomp/testsuite/libgomp.sum ] ; then
|
||||
TESTLOGS="$TESTLOGS $H_TARGET/libgomp/testsuite/libgomp.sum"
|
||||
fi
|
||||
|
||||
if [ -f $BUILD/$H_TARGET/libmudflap/testsuite/libmudflap.sum ] ; then
|
||||
TESTLOGS="$TESTLOGS $H_TARGET/libmudflap/testsuite/libmudflap.sum"
|
||||
fi
|
||||
|
||||
# Test the just-built GCC with the GDB testsuite.
|
||||
if [ -d $GDB_TESTSUITE ] ; then
|
||||
mkdir test-gdb || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user