mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-24 22:09:57 +01:00
* config.links: powerpc64* needs to come before powerpc* or it will
never match. Reported by Alon Bar-Lev for libgcrypt, but relevant here as well.
This commit is contained in:
parent
a15b16a356
commit
e5f521db93
@ -1,3 +1,9 @@
|
||||
2007-01-15 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* config.links: powerpc64* needs to come before powerpc* or it
|
||||
will never match. Reported by Alon Bar-Lev for libgcrypt, but
|
||||
relevant here as well.
|
||||
|
||||
2006-12-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* mpi-internal.h: Include mpi-asm-defs.h.
|
||||
|
@ -254,16 +254,16 @@ case "${host}" in
|
||||
mpi_sflags="-Wa,-mppc"
|
||||
path="power powerpc32"
|
||||
;;
|
||||
ppc60[234]*-*-* | \
|
||||
powerpc*-*-*)
|
||||
mpi_sflags="-Wa,-mppc"
|
||||
path="powerpc32"
|
||||
;;
|
||||
ppc620-*-* | \
|
||||
powerpc64*-*-*)
|
||||
mpi_sflags="-Wa,-mppc"
|
||||
path="powerpc64"
|
||||
;;
|
||||
ppc60[234]*-*-* | \
|
||||
powerpc*-*-*)
|
||||
mpi_sflags="-Wa,-mppc"
|
||||
path="powerpc32"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo '/* No assembler modules configured */' >>./mpi/asm-syntax.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user