mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-24 22:09:57 +01:00
* config.links: Use OpenBSD/NetBSD powerpc assembler code for Darwin.
Successfully tested by Gordon Worley.
This commit is contained in:
parent
c028cac7ab
commit
848ae72ed5
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user