Lines Matching full: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" \
34 dnl Check for potential -arch flags. It is not universal unless
35 dnl there are at least two -arch flags with different values.
36 arch=
42 if test -z "$arch" || test "$arch" = "$word"; then
43 arch="$word"
51 if test "x$word" = "x-arch"; then
52 prev=arch