diff options
author | David Shaw <[email protected]> | 2002-11-16 16:51:06 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-11-16 16:51:06 +0000 |
commit | 848ae72ed5f5b868e5532b9ddf0c52efc7f78f7c (patch) | |
tree | 9ccb5ace738b6633ce74088e06d71796a99ed00d /mpi | |
parent | * gpg.sgml: Correct --compress-algo documentation to match behavior. (diff) | |
download | gnupg-848ae72ed5f5b868e5532b9ddf0c52efc7f78f7c.tar.gz gnupg-848ae72ed5f5b868e5532b9ddf0c52efc7f78f7c.zip |
* config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.
Successfully tested by Gordon Worley.
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 5 | ||||
-rw-r--r-- | mpi/config.links | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index f1e2e459e..8a1c531a7 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,8 @@ +2002-11-16 David Shaw <[email protected]> + + * config.links: Use OpenBSD/NetBSD powerpc assembler code for + Darwin. Successfully tested by Gordon Worley. + 2002-10-17 Werner Koch <[email protected]> * config.links (powerpc-apple-darwin6.1): Disable assembler diff --git a/mpi/config.links b/mpi/config.links index 7350a76b0..49f5e95ea 100644 --- a/mpi/config.links +++ b/mpi/config.links @@ -31,11 +31,6 @@ echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h if test "$try_asm_modules" = "yes" ; then case "${target}" in - powerpc-apple-darwin6.1) - echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h - path="" - ;; - i[3467]86*-*-freebsd*-elf | \ i[3467]86*-*-freebsd[3-9]* | \ i[3467]86*-*-freebsdelf* | \ @@ -222,8 +217,8 @@ case "${target}" in path="powerpc32" ;; - powerpc*-*-netbsd* | powerpc*-*-openbsd*) - echo '/* configured {Open,Net}BSD on powerpc */' >>./mpi/asm-syntax.h + powerpc*-*-netbsd* | powerpc*-*-openbsd* | powerpc*-*-darwin*) + echo '/* configured for OpenBSD/NetBSD/Darwin on powerpc */' >>./mpi/asm-syntax.h echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h mpi_sflags="-Wa,-mppc" |