blob: 2d4ce3842d33933ccc4d8ef08e4bb7dc1b0fa371 (
plain)
1
2
3
4
5
6
7
8
9
|
TUNE_ARCH = "arm"
TUNE_PKGARCH = "arm"
# This machine lists common configuration options for Strongarm 1100 devices
# NOTE: The Zaurus Collie also has a Strongarm processor, but uses the 1110 type
TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm1100"
|