mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Remove sparc64 asm modules
This commit is contained in:
parent
378b313f58
commit
6cb6c761a6
10
TODO
10
TODO
@ -1,3 +1,5 @@
|
|||||||
|
-*- org -*-
|
||||||
|
|
||||||
* Using an expired key for signing should give an error message
|
* Using an expired key for signing should give an error message
|
||||||
"expired key" and not "unusable key'. Furthermore the error should
|
"expired key" and not "unusable key'. Furthermore the error should
|
||||||
also be thrown when the default key has expired. Reported by
|
also be thrown when the default key has expired. Reported by
|
||||||
@ -71,3 +73,11 @@
|
|||||||
be a Good Thing when used with mixed symkey/pubkey encrypted
|
be a Good Thing when used with mixed symkey/pubkey encrypted
|
||||||
messages. See comment in mainproc.c:proc_symkey_enc.
|
messages. See comment in mainproc.c:proc_symkey_enc.
|
||||||
Note, that this has been fixed in 2.0.2 - we should backport it.
|
Note, that this has been fixed in 2.0.2 - we should backport it.
|
||||||
|
|
||||||
|
* Backport from GnuPG-2:
|
||||||
|
|
||||||
|
2009-09-04 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* keyedit.c (menu_select_uid): Use IDX ==-1 t select all.
|
||||||
|
(menu_select_key): Ditto.
|
||||||
|
(keyedit_menu) <cmdSELKEY, cmdSELUID>: Allow '*' to select all.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2009-12-09 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* config.links: Remove asm modules for all sparc64. This is
|
||||||
|
related to debian#560028.
|
||||||
|
|
||||||
2008-03-25 Werner Koch <wk@g10code.com>
|
2008-03-25 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* config.links (mpi_sflags): Powerpc64 needs to come even before
|
* config.links (mpi_sflags): Powerpc64 needs to come even before
|
||||||
|
@ -124,17 +124,12 @@ case "${host}" in
|
|||||||
mpi_extra_modules="udiv-qrnnd"
|
mpi_extra_modules="udiv-qrnnd"
|
||||||
;;
|
;;
|
||||||
sparc64-*-linux-gnu)
|
sparc64-*-linux-gnu)
|
||||||
# An extra rule because we have an report for this one only.
|
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
||||||
# Should be compared against the next GMP version
|
path=""
|
||||||
echo '/* configured for sparc64-*-linux-gnu */' >>./mpi/asm-syntax.h
|
|
||||||
path="sparc32v8 sparc32"
|
|
||||||
mpi_extra_modules="udiv"
|
|
||||||
;;
|
;;
|
||||||
sparc64-sun-solaris2*)
|
sparc64-sun-solaris2*)
|
||||||
# Got a report that udiv is missing, so we try this one
|
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
||||||
echo '/* configured for sparc64-sun-solaris2 */' >>./mpi/asm-syntax.h
|
path=""
|
||||||
path="sparc32v8 sparc32"
|
|
||||||
mpi_extra_modules="udiv"
|
|
||||||
;;
|
;;
|
||||||
sparc64-*-netbsd* | sparc64-*-freebsd* | sparc64-*-openbsd*)
|
sparc64-*-netbsd* | sparc64-*-freebsd* | sparc64-*-openbsd*)
|
||||||
# There are no sparc64 assembler modules that work on the
|
# There are no sparc64 assembler modules that work on the
|
||||||
@ -142,8 +137,11 @@ case "${host}" in
|
|||||||
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
||||||
path=""
|
path=""
|
||||||
;;
|
;;
|
||||||
|
sparc64*-*-*)
|
||||||
|
echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
|
||||||
|
path=""
|
||||||
|
;;
|
||||||
sparc9*-*-* | \
|
sparc9*-*-* | \
|
||||||
sparc64*-*-* | \
|
|
||||||
ultrasparc*-*-* )
|
ultrasparc*-*-* )
|
||||||
echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h
|
echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h
|
||||||
path="sparc32v8 sparc32"
|
path="sparc32v8 sparc32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user