mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2656 311d38ba-8fff-0310-9ca6-ca027cbcb966
8 lines
200 B
HTML
8 lines
200 B
HTML
FEED_ARCH = "armv5te"
|
|
|
|
# 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"
|