From: Niels Möller Date: Mon, 8 Sep 2008 19:40:54 +0000 (+0200) Subject: (asm_path): Set up asm_path for x86_64. X-Git-Tag: nettle_2.0_release_20090608~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11960a80b58e1eeb63a628c05fae97de17fc50fd;p=thirdparty%2Fnettle.git (asm_path): Set up asm_path for x86_64. Rev: nettle/ChangeLog:1.13 Rev: nettle/configure.ac:1.8 --- diff --git a/ChangeLog b/ChangeLog index a9ee4c4f..5a17061b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-08 Niels Möller + + * configure.ac (asm_path): Set up asm_path for x86_64. + + * x86_64/machine.m4: New file, new directory. + 2008-08-28 Niels Möller * examples/eratosthenes.c (main): Rewrote block-wise sieving to diff --git a/configure.ac b/configure.ac index c47a81fc..99ad9f96 100644 --- a/configure.ac +++ b/configure.ac @@ -122,6 +122,9 @@ case "$host_cpu" in [i?86* | k[5-8]* | pentium* | athlon]) asm_path=x86 ;; + [x86_64 | amd64]) + asm_path=x86_64 + ;; *sparc*) AC_TRY_COMPILE([ #if defined(__sparcv9) || defined(__arch64__)