diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-19 21:03:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-19 21:03:19 +0000 |
commit | 614093d0517d9d49aa279d8f3fdccdc4c3d2b1c5 (patch) | |
tree | 5e0b2687f47e65b78fd4b2eb85243b9554316a18 | |
parent | 62fad5af15d884485211528bc22c3ba3d3be2cad (diff) |
angstrom oabi: define PREFERRED_PROVIDER_virtual/arm-angstrom-linux-libc-for-gcc
-rw-r--r-- | conf/distro/angstrom-2007.1-oabi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1-oabi.conf b/conf/distro/angstrom-2007.1-oabi.conf index 4007f203ad..c88aa06697 100644 --- a/conf/distro/angstrom-2007.1-oabi.conf +++ b/conf/distro/angstrom-2007.1-oabi.conf @@ -3,6 +3,8 @@ require conf/distro/angstrom-2007.1.conf #this is a special version of angstrom for armv4 based machines that can't do EABI #see http://wiki.debian.org/ArmEabiPort for details on that +PREFERRED_PROVIDER_virtual/arm-angstrom-linux-libc-for-gcc = "glibc-intermediate" + #only glibc based builds are supported ATM TARGET_OS = "linux" |