From 19fd0dc93b10ea4263bfa6c1b37d64e419da2445 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Nov 2016 10:41:31 +0100 Subject: use TARGET_ARCH everywhere Disable some test for metag to allow runtime testing again. Rename the big math meta-data files and do not install them. Cris and Metag can be runtime tested again. --- test/math/gen-libm-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/math/gen-libm-test.pl') diff --git a/test/math/gen-libm-test.pl b/test/math/gen-libm-test.pl index fc56eb8..3c3e621 100755 --- a/test/math/gen-libm-test.pl +++ b/test/math/gen-libm-test.pl @@ -97,7 +97,7 @@ $ulps_file = $opt_u if ($opt_u); $output_dir = $opt_o if ($opt_o); $input = "libm-test.inc"; -$auto_input = "${srcdir}auto-libm-test-out"; +$auto_input = "${srcdir}auto-libm-test-out.m"; $output = "${output_dir}libm-test.c"; &parse_ulps ($ulps_file); -- cgit v1.2.3