* config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.

Successfully tested by Gordon Worley.
This commit is contained in:
David Shaw 2002-11-16 16:53:58 +00:00
parent 205839555e
commit 6b48375467
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-11-16 David Shaw <dshaw@jabberwocky.com>
* config.links: Use OpenBSD/NetBSD powerpc assembler code for
Darwin. Successfully tested by Gordon Worley.
2002-10-17 Werner Koch <wk@gnupg.org>
* config.links (powerpc-apple-darwin6.1): Disable assembler

View File

@ -222,8 +222,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"