On 12/12/14 10:22, Kyrill Tkachov wrote:
On 12/12/14 08:34, Andreas Schwab wrote:
Kyrill Tkachov <kyrylo.tkac...@arm.com> writes:
* lib/target-utils.exp: New file.
ERROR: Couldn't find library file target-utils.exp.
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/usr/local/gcc/gcc-20141212/Build/ia64-suse-linux/libgomp/testsuite'
make[3]: *** [check-am] Error 2
Ugh, sorry for that, reproduced.
DejaGNU (Tcl?) doesn't do recursive loads :(.
The quick solution is to load target-utils.exp explicitly in libgomp.exp
I'll post a patch shortly.
Here it is. Committed as r218662 to get things going again.
2014-12-12 Kyrylo Tkachov <kyrylo.tkac...@arm.com>
* testsuite/lib/libgomp.exp: Load target-utils.exp.
Move load of target-supportes.exp earlier.
diff --git a/libgomp/testsuite/lib/libgomp.exp b/libgomp/testsuite/lib/libgomp.exp
index a154684..ff22f10 100644
--- a/libgomp/testsuite/lib/libgomp.exp
+++ b/libgomp/testsuite/lib/libgomp.exp
@@ -17,9 +17,10 @@ load_lib dg.exp
load_gcc_lib prune.exp
load_gcc_lib target-libpath.exp
load_gcc_lib wrapper.exp
+load_gcc_lib target-supports.exp
+load_gcc_lib target-utils.exp
load_gcc_lib gcc-defs.exp
load_gcc_lib timeout.exp
-load_gcc_lib target-supports.exp
load_gcc_lib file-format.exp
load_gcc_lib target-supports-dg.exp
load_gcc_lib scanasm.exp