mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-24 22:09:57 +01:00
* config.links: Add special rule for OpenBSD on x86 to use special
i386-openbsd files. OpenBSD (at least until version 3.1) has an older assembler that won't work with the files in i386.
This commit is contained in:
parent
78f3138150
commit
cead1f26f7
@ -1,3 +1,9 @@
|
||||
2002-07-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* config.links: Add special rule for OpenBSD on x86 to use special
|
||||
i386-openbsd files. OpenBSD (at least until version 3.1) has an
|
||||
older assembler that won't work with the files in i386.
|
||||
|
||||
2002-07-24 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* longlong.h [__riscos__]: Removed #pragma which is not needed
|
||||
|
@ -54,6 +54,13 @@ case "${target}" in
|
||||
cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
|
||||
path="i386"
|
||||
;;
|
||||
# Use old assembler syntax for OpenBSD as their assembler is really old.
|
||||
i[34567]86*-*-openbsd*)
|
||||
echo '#define BSD_SYNTAX' >>./mpi/asm-syntax.h
|
||||
echo '#define X86_BROKEN_ALIGN' >>./mpi/asm-syntax.h
|
||||
cat $srcdir/mpi/i386-openbsd/syntax.h >>./mpi/asm-syntax.h
|
||||
path="i386-openbsd"
|
||||
;;
|
||||
i[3467]86*-*-linuxaout* | \
|
||||
i[3467]86*-*-linuxoldld* | \
|
||||
i[3467]86*-*-*bsd*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user