1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-16 00:29:50 +02: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:
David Shaw 2007-01-16 05:20:06 +00:00
parent a15b16a356
commit e5f521db93
2 changed files with 11 additions and 5 deletions

View File

@ -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.

View File

@ -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