diff options
author | David Shaw <[email protected]> | 2003-11-17 04:06:11 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-17 04:06:11 +0000 |
commit | 31ea8b4b082c0478f2e09d864b0ca073885654f1 (patch) | |
tree | 94ae53de7d7af48a996090cb94d8fbed9152bf6f | |
parent | * compress-bz2.c (init_compress): Compression level 0 is not meaningful (diff) | |
download | gnupg-31ea8b4b082c0478f2e09d864b0ca073885654f1.tar.gz gnupg-31ea8b4b082c0478f2e09d864b0ca073885654f1.zip |
* config.links: sparc64 assembler doesn't work on FreeBSD or OpenBSD
either.
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/config.links | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index d2d3beff0..fd7aac512 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,8 @@ +2003-11-16 David Shaw <[email protected]> + + * config.links: sparc64 assembler doesn't work on FreeBSD or + OpenBSD either. + 2003-10-20 Werner Koch <[email protected]> * longlong.h: Added PowerPC 64 bit code from GPM-4.1.2 but didn't diff --git a/mpi/config.links b/mpi/config.links index 53ffcec8e..489c881b8 100644 --- a/mpi/config.links +++ b/mpi/config.links @@ -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*-*-* | \ |