* config.links: Added case for sparc64-netbsd. Suggested by

ww@styx.org.
This commit is contained in:
Werner Koch 2002-08-02 10:14:12 +00:00
parent 1558e29f6c
commit 3b2ac8a2d8
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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*-*-* )