Files
poky/openembedded/conf/machine/include/tune-arm926ejs.conf
Richard Purdie 8d41bd1c8f Sync conf files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@373 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-05-09 16:10:18 +00:00

5 lines
175 B
Plaintext

#if gcc breaks change arm926ejs to arm926ej-s
#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
PACKAGE_ARCH = "armv5te"