summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-08-02 12:14:12 +0200
committerWerner Koch <wk@gnupg.org>2002-08-02 12:14:12 +0200
commit3b2ac8a2d80c857196d644807beb126615e22e44 (patch)
treee39ca8ef0c0e51e12fb55293e79f8fab21a14836
parentAdd another item to the NEWS file. (diff)
downloadgnupg2-3b2ac8a2d80c857196d644807beb126615e22e44.tar.xz
gnupg2-3b2ac8a2d80c857196d644807beb126615e22e44.zip
* config.links: Added case for sparc64-netbsd. Suggested by
ww@styx.org.
-rw-r--r--mpi/ChangeLog5
-rw-r--r--mpi/config.links6
2 files changed, 11 insertions, 0 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 4cb44d254..4f43513a5 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-01 Werner Koch <wk@gnupg.org>
+
+ * config.links: Added case for sparc64-netbsd. Suggested by
+ ww@styx.org.
+
2002-07-25 David Shaw <dshaw@jabberwocky.com>
* config.links: Add special rule for OpenBSD on x86 to use special
diff --git a/mpi/config.links b/mpi/config.links
index 64645a297..54caedb34 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -132,6 +132,12 @@ case "${target}" in
path="sparc32v8 sparc32"
mpi_extra_modules="udiv"
;;
+ sparc64-*-netbsd)
+ # There are no sparc64 assembler modules that work, so
+ # just use generic C functions
+ echo '/* configured for sparc64-*netbsd */' >>./mpi/asm-syntax.h
+ path=""
+ ;;
sparc9*-*-* | \
sparc64*-*-* | \
ultrasparc*-*-* )