mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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.
This commit is contained in:
parent
426819244c
commit
d7fd47185e
8 changed files with 3092 additions and 23 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* config.links: Use HOST instead of TARGET.
|
||||
|
||||
2004-10-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.
|
||||
|
|
|
@ -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]*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue