1a9bf6a6cb
* use 'as' of new binutils on non elf-toolchain archs see http://lists.gnupg.org/pipermail/gnupg-announce/2002q2/000251.html for a list of changes
17 lines
588 B
Plaintext
17 lines
588 B
Plaintext
$OpenBSD: patch-mpi_config_links,v 1.2 2002/07/05 07:13:01 reinhard Exp $
|
|
--- mpi/config.links.orig Thu Apr 18 03:10:40 2002
|
|
+++ mpi/config.links Fri Jun 7 09:58:54 2002
|
|
@@ -125,6 +125,12 @@ case "${target}" in
|
|
path="sparc32v8 sparc32"
|
|
mpi_extra_modules="udiv"
|
|
;;
|
|
+ sparc64*-*-netbsd* | sparc64*-*-openbsd*)
|
|
+ echo '/* configured {Open,Net}BSD on sparc64 */' >>./mpi/asm-syntax.h
|
|
+ # There are no sparc64 assembler modules that work, so
|
|
+ # just use generic C functions
|
|
+ path=""
|
|
+ ;;
|
|
sparc9*-*-* | \
|
|
sparc64*-*-* | \
|
|
ultrasparc*-*-* )
|