aboutsummaryrefslogtreecommitdiffstats
path: root/mpi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-10-26 19:33:41 +0000
committerWerner Koch <[email protected]>2004-10-26 19:33:41 +0000
commitd7fd47185e8e65755f54c1e7ee69e39add857654 (patch)
treedffb860fb1b847b42568c93e0b576475f1ad05c9 /mpi
parentDetect the Debian mingw32 package. (diff)
downloadgnupg-d7fd47185e8e65755f54c1e7ee69e39add857654.tar.gz
gnupg-d7fd47185e8e65755f54c1e7ee69e39add857654.zip
* configure.ac: New option --disable-gnupg-iconv, define
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
Diffstat (limited to 'mpi')
-rw-r--r--mpi/ChangeLog4
-rw-r--r--mpi/config.links4
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]*)