blob: 7155eb9e81fc0db6e8c577d4f4dc590f6dbce8a0 (
plain)
1
2
3
4
5
|
# Configurations for the Intel PXA27x Appications Processor Family.
# Please use tune-xscale for PXA255/PXA26x based processors.
TARGET_CC_ARCH = "-march=iwmmxt -mtune=iwmmxt"
PACKAGE_ARCH = "iwmmxt"
|