aboutsummaryrefslogtreecommitdiffstats
path: root/mpi
diff options
context:
space:
mode:
Diffstat (limited to 'mpi')
-rw-r--r--mpi/ChangeLog5
-rw-r--r--mpi/config.links8
2 files changed, 11 insertions, 2 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index c370fbc7f..9a19be187 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-04 David Shaw <[email protected]>
+
+ * config.links: Show target in asm-syntax.h file and include
+ targets for K*BSD (GNU userland with BSD kernel).
+
2003-11-20 David Shaw <[email protected]>
* config.links: sparc64 assembler doesn't work on FreeBSD or
diff --git a/mpi/config.links b/mpi/config.links
index 489c881b8..9e3bfd6fc 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -1,5 +1,6 @@
# config.links - helper for ../configure
-# Copyright (C) 1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002,
+# 2003 Free Software Foundation, Inc.
#
# This file is part of GnuPG.
#
@@ -28,6 +29,7 @@ mpi_sflags=
test -d ./mpi || mkdir ./mpi
echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h
+echo "/* Target: ${target} */" >>./mpi/asm-syntax.h
if test "$try_asm_modules" = "yes" ; then
case "${target}" in
@@ -38,7 +40,8 @@ case "${target}" in
i[3467]86*-*-freebsd*-elf | \
i[3467]86*-*-freebsd[3-9]* | \
i[3467]86*-*-freebsdelf* | \
- i[3467]86*-*-netbsd* )
+ i[3467]86*-*-netbsd* | \
+ i[3467]86*-*-k*bsd*)
echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
path="i386"
@@ -47,6 +50,7 @@ case "${target}" in
i586*-*-freebsd[3-9]* | \
i586*-*-freebsdelf* | \
i586*-*-netbsd* | \
+ i586*-*-k*bsd* | \
pentium-*-netbsd* | \
pentiumpro-*-netbsd*)
echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h