aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/testsuite
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-07-13 14:57:29 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-07-13 14:57:29 +0000
commitdbf32ca5be8629b07348051cb86811c022449349 (patch)
tree133760b21836feaabf58e9e01a0522ecb4834652 /libmudflap/testsuite
parent727a65e6fc07ea95309c875978c83c741359ad4e (diff)
downloadgcc-dbf32ca5be8629b07348051cb86811c022449349.zip
gcc-dbf32ca5be8629b07348051cb86811c022449349.tar.gz
gcc-dbf32ca5be8629b07348051cb86811c022449349.tar.bz2
configure.ac: Don't create pth.
* configure.ac: Don't create pth. Check for library containing sched_yield. * configure: Regenerate. * config.h.in: Regenerate. * testsuite/lib/libmudflap.exp (libmudflap-init): Use mfconfig_libs in -static check. From-SVN: r176237
Diffstat (limited to 'libmudflap/testsuite')
-rw-r--r--libmudflap/testsuite/lib/libmudflap.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmudflap/testsuite/lib/libmudflap.exp b/libmudflap/testsuite/lib/libmudflap.exp
index bd9327d..f960355 100644
--- a/libmudflap/testsuite/lib/libmudflap.exp
+++ b/libmudflap/testsuite/lib/libmudflap.exp
@@ -124,9 +124,11 @@ proc libmudflap-init { language } {
# If there is no static library then don't run tests with -static.
global tool
+ global mfconfig_libs
set opts "additional_flags=-static"
lappend opts "additional_flags=-fmudflap"
lappend opts "additional_flags=-lmudflap"
+ lappend opts "libs=$mfconfig_libs"
set src stlm[pid].c
set exe stlm[pid].x