1############################################################################## 2# 3# This is the configuration file used to specify the target platform and 4# required level of debug or optimisation. 5# 6############################################################################## 7 8### Target Arch 9ARCH = arm 10#ARCH = i386-pc 11#ARCH = sh4 12#ARCH = mips 13#ARCH = mipsel 14#ARCH = ppc 15 16## Specific arm 17CONFIG_TARGET_ARM_SA11X0 = 1 18#CONFIG_TARGET_ARM_XSCALE = 1 19 20### Target OS 21OS = linux 22#OS = solaris2.8 23 24