Charles Crisler wrote: > How can someone check what the default architecture setting is for their > gcc? This seems to fit the evidence but I would really like to verify > it. You could try something like $ gcc -S -fverbose-asm -x c - -o - </dev/null | grep arch It should also be apparent from the -v output. Brian