1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +02:00

* config.links: Show target in asm-syntax.h file and include targets for

K*BSD (GNU userland with BSD kernel).
This commit is contained in:
David Shaw 2003-12-02 05:13:35 +00:00
parent b4fcffbf88
commit a2d7e4b27c
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-12-02 David Shaw <dshaw@jabberwocky.com>
* config.links: Show target in asm-syntax.h file and include
targets for K*BSD (GNU userland with BSD kernel).
2003-11-16 David Shaw <dshaw@jabberwocky.com>
* config.links: sparc64 assembler doesn't work on FreeBSD or

View File

@ -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