diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-oabi.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-oabi.inc b/meta/conf/distro/include/poky-oabi.inc index b731569b6..c878a95c4 100644 --- a/meta/conf/distro/include/poky-oabi.inc +++ b/meta/conf/distro/include/poky-oabi.inc @@ -20,3 +20,6 @@ PREFERRED_VERSION_elfutils ?= "0.89" GLIBCTARGETOS = "linux" UCLIBCTARGETOS = "linux-uclibc" + +# gcc 3.x needs a different arm926ejs option +TARGET_CC_ARCH_qemuarm = "-march=armv5te -mtune=arm926ejs" |