summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-06-25 16:44:02 +0200
committerMark Wielaard <mjw@redhat.com>2009-06-25 16:44:02 +0200
commitf1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf (patch)
treebb42a0c4ed759525495fe692170c9b28db668234 /testsuite/systemtap.exelib
parent034a0c2940eb2c7a51c40e404f5aefed2108777e (diff)
downloadsystemtap-steved-f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf.tar.gz
systemtap-steved-f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf.tar.xz
systemtap-steved-f1d04fa79e3c8664e8e6b2d1d3f38e1e51effcbf.zip
Only compile with plain gcc for exelib.exp testcases.
g++ is also supported but disabled because it didn't add much interesting differences in binaries and exploded the test search case a bit. * testsuite/systemtap.exelib/exelib.exp: Disable g++ by default, but keep support for enabling it.
Diffstat (limited to 'testsuite/systemtap.exelib')
-rw-r--r--testsuite/systemtap.exelib/exelib.exp5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/systemtap.exelib/exelib.exp b/testsuite/systemtap.exelib/exelib.exp
index 29bff480..d3ade2b6 100644
--- a/testsuite/systemtap.exelib/exelib.exp
+++ b/testsuite/systemtap.exelib/exelib.exp
@@ -39,7 +39,10 @@ set arches [list "default"]
foreach arch $arches {
- foreach compiler {gcc g++} {
+ # Compiling with plain gcc. g++ is also supported but disabled
+ # because it didn't add much interesting differences in binaries
+ # and exploded the test search case a bit.
+ foreach compiler {gcc} { # Add g++
# Just try -O0 and -O3.
# Adding -O, -O2, -Os and mixing lib/exe is a bit overdone