diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 4 | ||||
-rw-r--r-- | mpi/config.links | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index d362dd714..ab9002722 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,7 @@ +2004-10-26 Werner Koch <[email protected]> + + * config.links: Use HOST instead of TARGET. + 2004-10-12 Werner Koch <[email protected]> * Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145. diff --git a/mpi/config.links b/mpi/config.links index f63f60a84..44f021739 100644 --- a/mpi/config.links +++ b/mpi/config.links @@ -29,10 +29,10 @@ 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 +echo "/* Host: ${host} */" >>./mpi/asm-syntax.h if test "$try_asm_modules" = "yes" ; then -case "${target}" in +case "${host}" in powerpc-apple-darwin* | \ i[34567]86*-*-openbsd[12]* | \ i[34567]86*-*-openbsd3.[0123]*) |