Ticket #44408: patch-mpi-config.links.diff
File patch-mpi-config.links.diff, 562 bytes (added by josephsacco, 10 years ago) |
---|
-
mpi/config.links
echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h 44 44 echo "/* Host: ${host} */" >>./mpi/asm-syntax.h 45 45 46 46 case "${host}" in 47 powerpc-apple-darwin* | \ 47 powerpc-apple-darwin*) 48 echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h 49 path="" 50 mpi_cpu_arch="ppc" 51 ;; 48 52 i[34567]86*-*-openbsd[12]* | \ 49 53 i[34567]86*-*-openbsd3.[0123]*) 50 54 echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h