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/unistd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unistd/Makefile.in') diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index b383388..ee37ced 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -12,7 +12,7 @@ ifeq ($(UCLIBC_LINUX_SPECIFIC),) TESTS_DISABLED += tst-fallocate endif -ifeq ($(TARGET_avr32),y) +ifeq ($(TARGET_ARCH),avr32) TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64 endif -- cgit v1.2.3