summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-08-16 12:17:17 +0200
committertege <tege@gmplib.org>2005-08-16 12:17:17 +0200
commit01641cb340b8f7f7f84b4778cf6c38ed9ad656e2 (patch)
treee3c570c73422ac8b300047a0c96a83050f83a392 /mpn/Makefile.am
parent2443db40981c889a95739dc614c0df176d15eb83 (diff)
downloadgmp-01641cb340b8f7f7f84b4778cf6c38ed9ad656e2.tar.gz
(TARG_DIST): Change "amd64" => "x86_64".
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 491eba121..8b51557ae 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -56,9 +56,9 @@ nodist_libmpn_la_SOURCES = fib_table.c mp_bases.c
libmpn_la_LIBADD = $(OFILES)
libmpn_la_DEPENDENCIES = $(OFILES)
-TARG_DIST = a29k alpha amd64 arm clipper cray generic i960 ia64 lisp m68k \
+TARG_DIST = a29k alpha arm clipper cray generic i960 ia64 lisp m68k \
m88k mips32 mips64 ns32k pa32 pa64 power powerpc32 powerpc64 pyr s390 sh \
- sparc32 sparc64 thumb vax x86 z8000 z8000x
+ sparc32 sparc64 thumb vax x86 x86_64 z8000 z8000x
EXTRA_DIST = asm-defs.m4 cpp-ccas m4-ccas $(TARG_DIST)