Lines Matching refs:arch
11 # "universal" binaries--by specifying multiple '-arch' options to the
12 # compiler but only a single '-arch' option to the preprocessor. Like
15 # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
16 # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
33 dnl Check for potential -arch flags. It is not universal unless
34 dnl there are at least two -arch flags with different values.
35 arch=
41 if test -z "$arch" || test "$arch" = "$word"; then
42 arch="$word"
50 if test "x$word" = "x-arch"; then
51 prev=arch