summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-03 07:50:45 +0000
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-03 07:50:45 +0000
commited0f92b2978f6db8a9f963f75534cfb73821f381 (patch)
tree5d523109a3e764546a0a5fd92f35077da3a2bf41 /contrib
parent07db7707594b0da85f5ce94d345b35dadd666d88 (diff)
downloadppe42-gcc-ed0f92b2978f6db8a9f963f75534cfb73821f381.tar.gz
ppe42-gcc-ed0f92b2978f6db8a9f963f75534cfb73821f381.zip
* test_summary: If Target is `unix{*}', append the Target variants
to Host. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/test_summary1
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 3ced5566b89..1ebc18d7845 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * test_summary: If Target is `unix{*}', append the Target variants
+ to Host.
+
1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary: Set default mail-address and version for egcs
diff --git a/contrib/test_summary b/contrib/test_summary
index db1a8b62214..8b80c76a054 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -93,6 +93,7 @@ BEGIN {
$1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
/^Running target / { print ""; print; }
/^Target / { if (host != "") next; else host = $3; }
+/^Host / && host ~ /^unix{.*}$/ { host = $3 " " substr(host, 5); }
/^Native / { if (host != "") next; else host = $4; }
/^[ ]*=== [^ ]+ tests ===/ {
if (lang == "") lang = " "$2" "; else lang = " ";
OpenPOWER on IntegriCloud