diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-17 15:34:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-17 15:34:01 +0100 |
commit | 8401adacb242edde485f1a57a35e650eb837e7d4 (patch) | |
tree | 1b9819a6e88866f9cc66aeaf96e75c6d86cf5598 | |
parent | 15ab93ce03c583922eb91aafbac2d077f7bf458f (diff) |
uclibc: readd ARM_INSTRUCTION_SET = "arm" that someone removed without actually fixing the problem it solves
-rw-r--r-- | packages/uclibc/uclibc.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc.inc b/packages/uclibc/uclibc.inc index 816e581eef..7470ec18f4 100644 --- a/packages/uclibc/uclibc.inc +++ b/packages/uclibc/uclibc.inc @@ -3,6 +3,10 @@ LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" +# I added the line below before and someone removed, but without fixing thumb support +# So please leave this in till thumb support has REALLY been fixed. ktnxbye, koen +ARM_INSTRUCTION_SET = "arm" + # # For now, we will skip building of a gcc package if it is a uclibc one # and our build is not a uclibc one, and we skip a glibc one if our build |