diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-26 00:48:02 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-26 00:48:02 +0000 |
commit | 1288e80ac1b58b6c14a6bfb8499cc1dec7e85249 (patch) | |
tree | 40e74b66a46ec82efebf619510517f1f1771ede0 /packages/klibc/klibc-common.inc | |
parent | 155c14e7adac7e1b84a57fb4956d9accdeb4ad44 (diff) |
klibc: make klibc compile with eabi uclibc
Diffstat (limited to 'packages/klibc/klibc-common.inc')
-rw-r--r-- | packages/klibc/klibc-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/klibc/klibc-common.inc b/packages/klibc/klibc-common.inc index 87f806dfe2..76e393796a 100644 --- a/packages/klibc/klibc-common.inc +++ b/packages/klibc/klibc-common.inc @@ -16,8 +16,8 @@ KLIBC_ARCH_mipsel = 'mips' # could be fixed, but for the moment: ARM_INSTRUCTION_SET = "arm" -SRC_URI_append_linux-gnueabi = "\ - file://klibc-config-eabi.patch;patch=1" +SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1" +SRC_URI_append_linux-uclibcgnueabi = "file://klibc-config-eabi.patch;patch=1" EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ 'CROSS_COMPILE=${TARGET_PREFIX}' \ |