Lines Matching +full:mingw +full:- +full:long +full:- +full:test
9 aarch64*-*-cygwin* | aarch64*-*-mingw* | aarch64*-*-win* )
14 aarch64*-*-*)
19 alpha*-*-*)
21 # Support 128-bit long double, changeable via command-line switch.
26 arc*-*-*)
31 arm*-*-cygwin* | arm*-*-mingw* | arm*-*-win* )
36 arm*-*-*)
41 avr32*-*-*)
51 cris-*-*)
56 frv-*-*)
61 hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
65 hppa*64-*-hpux*)
68 hppa*-*-hpux*)
73 i?86-*-freebsd* | i?86-*-openbsd*)
77 i?86-*-cygwin* | i?86-*-mingw* | i?86-*-win* | i?86-*-os2* | i?86-*-interix* \
78 | x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-win* )
80 if test $ac_cv_sizeof_size_t = 4; then
85 if test "${ax_cv_c_compiler_vendor}" = "microsoft"; then
88 # All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
90 # or cross-build and select where to install dlls appropriately.
91 if test -n "$with_cross_host" &&
92 test x"$with_cross_host" != x"no"; then
93 AM_LTLDFLAGS='-no-undefined -bindir "$(toolexeclibdir)"';
95 AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"';
99 i?86-*-darwin* | x86_64-*-darwin* | i?86-*-ios | x86_64-*-ios)
101 if test $ac_cv_sizeof_size_t = 4; then
108 i?86-*-* | x86_64-*-* | amd64-*)
110 if test $ac_cv_sizeof_size_t = 4; then
112 x86_64-*x32|x86_64-x32-*)
118 if $CC $CFLAGS -Werror -S conftest.c -o conftest.s > /dev/null 2>&1; then
124 rm -f conftest.*
132 ia64*-*-*)
137 m32r*-*-*)
142 m68k-*-*)
147 m88k-*-*)
152 microblaze*-*-*)
157 moxie-*-*)
162 metag-*-*)
167 mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
170 mips*-*linux* | mips*-*-openbsd*)
171 # Support 128-bit long double for NewABI.
176 nios2*-linux*)
181 or1k*-*-*)
186 powerpc*-*-linux* | powerpc-*-sysv*)
190 powerpc-*-amigaos*)
193 powerpc-*-beos*)
196 powerpc-*-darwin* | powerpc64-*-darwin*)
199 powerpc-*-aix* | rs6000-*-aix*)
202 powerpc-*-freebsd* | powerpc-*-openbsd* | powerpc-*-netbsd*)
206 powerpc64-*-freebsd*)
209 powerpc*-*-rtems*)
213 riscv*-*)
218 s390-*-* | s390x-*-*)
223 sh-*-* | sh[34]*-*-*)
227 sh64-*-* | sh5*-*-*)
232 sparc*-*-*)
237 tile*-*)
242 vax-*-*)
247 xtensa*-*)
278 if test "$MSVC" = 1; then
285 if test x"$TARGET_X32" = xyes; then
292 if test "$MSVC" = 1; then
301 if test -z "${SOURCES}"; then