summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-21 10:41:31 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-21 10:41:31 +0100
commit19fd0dc93b10ea4263bfa6c1b37d64e419da2445 (patch)
tree57bf64d28f0c46c82484e7828a632363cdf64746 /Makefile.in
parent4ad1c23ae2eb30888cda520c739cc26150512487 (diff)
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b2e40ed..89872c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,4 +22,4 @@ test_gen: $(LOCAL_INSTALL_PATH)
install:
mkdir -p $(DESTDIR)/usr/lib/uclibc-ng-test
- tar --exclude='*.[och]' -cvf - test/ | tar -xvf - -C $(DESTDIR)/usr/lib/uclibc-ng-test
+ tar --exclude='*.[ochm]' -cvf - test/ | tar -xvf - -C $(DESTDIR)/usr/lib/uclibc-ng-test