diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-02 12:14:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-02 12:14:12 +0200 |
commit | 3b2ac8a2d80c857196d644807beb126615e22e44 (patch) | |
tree | e39ca8ef0c0e51e12fb55293e79f8fab21a14836 | |
parent | Add another item to the NEWS file. (diff) | |
download | gnupg2-3b2ac8a2d80c857196d644807beb126615e22e44.tar.xz gnupg2-3b2ac8a2d80c857196d644807beb126615e22e44.zip |
* config.links: Added case for sparc64-netbsd. Suggested by
ww@styx.org.
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/config.links | 6 |
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*-*-* ) |