diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc-collateral.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc index de859d5ce9..aa871ac83d 100644 --- a/meta/recipes-core/glibc/glibc-collateral.inc +++ b/meta/recipes-core/glibc/glibc-collateral.inc | |||
@@ -7,7 +7,8 @@ HOMEPAGE = "http://www.gnu.org/software/libc/index.html" | |||
7 | # This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale | 7 | # This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale |
8 | # will fail to find main glibc, for details see | 8 | # will fail to find main glibc, for details see |
9 | # http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html | 9 | # http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html |
10 | ARM_INSTRUCTION_SET = "arm" | 10 | ARM_INSTRUCTION_SET_armv4 = "arm" |
11 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
11 | 12 | ||
12 | deltask do_fetch | 13 | deltask do_fetch |
13 | deltask do_unpack | 14 | deltask do_unpack |
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index 21bbdc2ad0..361a6fde10 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc | |||
@@ -57,7 +57,8 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
57 | # This needs to match with glibc-collateral.inc, otherwise glibc-scripts and glibc-locale | 57 | # This needs to match with glibc-collateral.inc, otherwise glibc-scripts and glibc-locale |
58 | # will fail to find main glibc, for details see | 58 | # will fail to find main glibc, for details see |
59 | # http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html | 59 | # http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html |
60 | ARM_INSTRUCTION_SET = "arm" | 60 | ARM_INSTRUCTION_SET_armv4 = "arm" |
61 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
61 | 62 | ||
62 | # glibc uses PARALLELMFLAGS variable to pass parallel build info so transfer | 63 | # glibc uses PARALLELMFLAGS variable to pass parallel build info so transfer |
63 | # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE | 64 | # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE |