aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-10-18 09:24:56 +0000
committerWerner Koch <[email protected]>2002-10-18 09:24:56 +0000
commit74d460ad6383ce79139f87394887b2f4b4710d6b (patch)
treeace279d5f231e0a533940aae2ea2bc2bc29fa78c
parent* autogen.sh: Allow env variables to override the auto* tool (diff)
downloadgnupg-74d460ad6383ce79139f87394887b2f4b4710d6b.tar.gz
gnupg-74d460ad6383ce79139f87394887b2f4b4710d6b.zip
* config.links (powerpc-apple-darwin6.1): Disable assembler
due to non-working modules/as. Suggested by Gordon Worley.
Diffstat (limited to '')
-rw-r--r--mpi/ChangeLog5
-rw-r--r--mpi/config.links7
2 files changed, 11 insertions, 1 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 679238597..f1e2e459e 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-17 Werner Koch <[email protected]>
+
+ * config.links (powerpc-apple-darwin6.1): Disable assembler
+ due to non-working modules/as. Suggested by Gordon Worley.
+
2002-10-02 David Shaw <[email protected]>
* longlong.h: Some whitespace changes in HPPA to fix assembler
diff --git a/mpi/config.links b/mpi/config.links
index 54caedb34..7350a76b0 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -1,5 +1,5 @@
# config.links - helper for ../configure
-# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
#
# This file is part of GnuPG.
#
@@ -31,6 +31,11 @@ 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* | \