1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

* config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSD

either.
This commit is contained in:
David Shaw 2003-11-21 01:13:55 +00:00
parent 85a80265c7
commit 3330dbd714
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-11-20 David Shaw <dshaw@jabberwocky.com>
* config.links: sparc64 assembler doesn't work on FreeBSD or
OpenBSD either.
2003-05-26 David Shaw <dshaw@jabberwocky.com> 2003-05-26 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Make use of AM_CFLAGS. (From wk on stable branch) * Makefile.am: Make use of AM_CFLAGS. (From wk on stable branch)

View File

@ -136,10 +136,10 @@ case "${target}" in
path="sparc32v8 sparc32" path="sparc32v8 sparc32"
mpi_extra_modules="udiv" mpi_extra_modules="udiv"
;; ;;
sparc64-*-netbsd) sparc64-*-netbsd* | sparc64-*-freebsd* | sparc64-*-openbsd*)
# There are no sparc64 assembler modules that work, so # There are no sparc64 assembler modules that work on the
# just use generic C functions # *BSDs, so use the generic C functions.
echo '/* configured for sparc64-*netbsd */' >>./mpi/asm-syntax.h echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
path="" path=""
;; ;;
sparc9*-*-* | \ sparc9*-*-* | \