blob: 2b760692082386b30ca85d716cf6b4e019d771e3 (
plain)
1
2
3
4
5
6
7
8
9
|
require conf/machine/include/arm/arch-arm.inc
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"
|