mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Jun Kuriyama](/assets/img/avatar_default.png)
MPI assembler function for sparc32 is used for our sparc64, but it will not work on it. So use generic (C) version for sparc64-*-freebsd*.
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
--- mpi/config.links.orig Thu Apr 24 20:15:58 2003
|
|
+++ mpi/config.links Sat May 10 16:29:28 2003
|
|
@@ -142,6 +142,12 @@
|
|
echo '/* configured for sparc64-*netbsd */' >>./mpi/asm-syntax.h
|
|
path=""
|
|
;;
|
|
+ sparc64-*-freebsd*)
|
|
+ # There are no sparc64 assembler modules that work, so
|
|
+ # just use generic C functions
|
|
+ echo '/* configured for sparc64-*freebsd* */' >>./mpi/asm-syntax.h
|
|
+ path=""
|
|
+ ;;
|
|
sparc9*-*-* | \
|
|
sparc64*-*-* | \
|
|
ultrasparc*-*-* )
|