blob: ec290532a2b0daf81e7f0bef10b4f2abe813e91b (
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
TUNE_CCARGS = "-march=armv4 -mtune=strongarm1100"
|