mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSD
either.
This commit is contained in:
parent
4e4a23de9e
commit
31ea8b4b08
@ -1,3 +1,8 @@
|
||||
2003-11-16 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* config.links: sparc64 assembler doesn't work on FreeBSD or
|
||||
OpenBSD either.
|
||||
|
||||
2003-10-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* longlong.h: Added PowerPC 64 bit code from GPM-4.1.2 but didn't
|
||||
|
@ -136,10 +136,10 @@ 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
|
||||
sparc64-*-netbsd* | sparc64-*-freebsd* | sparc64-*-openbsd*)
|
||||
# There are no sparc64 assembler modules that work on the
|
||||
# *BSDs, so use the generic C functions.
|
||||
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
||||
path=""
|
||||
;;
|
||||
sparc9*-*-* | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user