diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-12 18:43:48 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-12 18:43:48 +0100 |
commit | 1e02d5cf1d61d399f765a1bc971a77443afa7f67 (patch) | |
tree | 9194f29b3a2f1ec47da10e8e085773587d630a7a /conf | |
parent | ed20360f42194e207bd261232fec09c4e18ddc24 (diff) |
micro-uclibc: make sure "micro" is in OVERRIDES; use eabi for armeb
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/micro-uclibc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf index 82b78cbf79..1135035fe9 100644 --- a/conf/distro/micro-uclibc.conf +++ b/conf/distro/micro-uclibc.conf @@ -10,6 +10,9 @@ # Based on the Micro Linux distribution require conf/distro/micro.conf +# Use overrides for micro as well +OVERRIDES .= ":micro" + ############################################################################# # DISTRO CONFIGURATION ############################################################################# @@ -20,6 +23,7 @@ DISTRO_NAME = "micro-uclibc" ############################################################################# # Use linux uclibc TARGET_OS = "linux-uclibc" +TARGET_OS_armeb = "linux-uclibcgnueabi" ############################################################################# # TOOLCHAIN |