summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-03-17 22:44:30 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-03-17 22:44:30 +0100
commitbdc913659e85f46925fa576924f2d7bc8ad0f735 (patch)
tree6cb2c0284bbc7eff6deb6d081b5b2c9d7611a5e1 /mpn/Makefile.am
parent738ce859274774ad1c28b04bd1173c91cf33c63d (diff)
downloadgmp-bdc913659e85f46925fa576924f2d7bc8ad0f735.tar.gz
Remove clipper, i960, ns32k, pyr, a29k, z8000.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 704db431a..20b8a4a11 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -39,9 +39,9 @@ nodist_libmpn_la_SOURCES = fib_table.c mp_bases.c
libmpn_la_LIBADD = $(OFILES)
libmpn_la_DEPENDENCIES = $(OFILES)
-TARG_DIST = a29k alpha arm arm64 clipper cray generic i960 ia64 lisp m68k m88k \
- minithres mips32 mips64 ns32k pa32 pa64 power powerpc32 powerpc64 pyr \
- s390_32 s390_64 sh sparc32 sparc64 thumb vax x86 x86_64 z8000
+TARG_DIST = alpha arm arm64 cray generic ia64 lisp m68k m88k \
+ minithres mips32 mips64 pa32 pa64 power powerpc32 powerpc64 \
+ s390_32 s390_64 sh sparc32 sparc64 thumb vax x86 x86_64
EXTRA_DIST = asm-defs.m4 cpp-ccas m4-ccas $(TARG_DIST)