test_summary: If Target is `unix{*}', append the Target variants to Host.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 3 Jul 1999 07:50:45 +0000 (07:50 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sat, 3 Jul 1999 07:50:45 +0000 (07:50 +0000)
* test_summary: If Target is `unix{*}', append the Target variants
to Host.

From-SVN: r27932

contrib/ChangeLog
contrib/test_summary

index 3ced5566b892941a9c335f57a382660c920892b3..1ebc18d7845283655f8381c5bbeb0aa86501fac8 100644 (file)
@@ -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
index db1a8b6221421ec72322be8e1fae8d82ac30b198..8b80c76a0547d6c798bb9f8b6908e644ffd47150 100755 (executable)
@@ -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 = " ";