>>>>> "Ben" == Ben Elliston <bje@redhat.com> writes: Ben> cpu=`cpp << EOF | grep ^mips Of course, this needs some refinement. ;-) Perhaps we need to run through $(CC_FOR_BUILD) -E or somesuch; cpp is no good, as it won't know all of the magic '*MIPS*' #defines. Ben