]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use target_alias in validate_failures.py
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Apr 2012 14:49:00 +0000 (14:49 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Apr 2012 14:49:00 +0000 (14:49 +0000)
* testsuite-management/validate_failures.py (GetBuildData): Use
target_alias.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186497 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/testsuite-management/validate_failures.py

index fb59f6692e05af342db6a867a12d848b52dbda1a..97b86454d6c9b58d724ab90875d2a6c32d4d7671 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite-management/validate_failures.py (GetBuildData): Use
+       target_alias.
+
 2012-04-06  Doug Evans  <dje@google.com>
 
        * dg-extract-results.sh: Handle KFAILs.
index 7bc50896a66bc97f0803273ffe5b1af75a042240..c0436e5811d979d7d6884cd05a6d7ca7526d0ef6 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Contributed by Diego Novillo <dnovillo@google.com>
 #
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -241,7 +241,7 @@ def CompareResults(manifest, actual):
 
 
 def GetBuildData(options):
-  target = GetMakefileValue('%s/Makefile' % options.build_dir, 'target=')
+  target = GetMakefileValue('%s/Makefile' % options.build_dir, 'target_alias=')
   srcdir = GetMakefileValue('%s/Makefile' % options.build_dir, 'srcdir =')
   if not ValidBuildDirectory(options.build_dir, target):
     Error('%s is not a valid GCC top level build directory.' %