Files
poky/meta/conf/machine/include/tune-arm926ejs.conf
2006-08-27 21:55:03 +00:00

6 lines
177 B
Plaintext

# For gcc 3.x you need:
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
# For gcc 4.x you need:
#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
PACKAGE_ARCH = "armv5te"