Lines Matching +full:mach +full:- +full:o
2 # --------------------------
6 AC_ARG_VAR(NASM, [NASM command (used to build the x86/x86-64 SIMD code)])
9 test -z "$NASM" && AC_MSG_ERROR([no nasm (Netwide Assembler) found])
17 objfmt='Win64-COFF'
20 objfmt='Win32-COFF'
27 os2-emx*) # not tested
47 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
48 objfmt='BSD-a.out'
73 objfmt='Mach-O64'
76 objfmt='Mach-O'
93 MSOMF) NAFLAGS='-fobj -DOBJ32';;
94 Win32-COFF) NAFLAGS='-fwin32 -DWIN32';;
95 Win64-COFF) NAFLAGS='-fwin64 -DWIN64 -D__x86_64__';;
96 COFF) NAFLAGS='-fcoff -DCOFF';;
97 a.out) NAFLAGS='-faout -DAOUT';;
98 BSD-a.out) NAFLAGS='-faoutb -DAOUT';;
99 ELF) NAFLAGS='-felf -DELF';;
100 ELF64) NAFLAGS='-felf64 -DELF -D__x86_64__';;
101 RDF) NAFLAGS='-frdf -DRDF';;
102 Mach-O) NAFLAGS='-fmacho -DMACHO';;
103 Mach-O64) NAFLAGS='-fmacho64 -DMACHO -D__x86_64__';;
117 try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
118 if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
123 rm -rf conftest*
129 try_nasm='${CC-cc} -o conftest${ac_exeext} $LDFLAGS conftest.o $LIBS 1>&AC_FD_CC'
130 if AC_TRY_EVAL(try_nasm) && test -s conftest${ac_exeext}; then
131 rm -rf conftest*
134 rm -rf conftest*
142 # --------------------------
148 CFLAGS="$CCASFLAGS -x assembler-with-cpp"
161 CC="gas-preprocessor.pl $CCAS"
175 CCAS="gas-preprocessor.pl $CCAS"
188 # --------------------------
193 CFLAGS="$CCASFLAGS -mdspr2"
221 CFLAGS="$CCASFLAGS -x assembler-with-cpp"
232 CC="gas-preprocessor.pl $CCAS"
244 CCAS="gas-preprocessor.pl $CCAS"