diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-04 13:57:31 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-08 14:15:23 +0200 |
| commit | 87577ec070e616e2f5790c54b04138ebbee1a310 (patch) | |
| tree | 06dff31a04d9c2cda9b554347b1ebdb82d7073ff /meta-initramfs/recipes-devtools | |
| parent | ac1ca97f5fcb4c8ee731c06441ebf326894d6c65 (diff) | |
| download | meta-openembedded-87577ec070e616e2f5790c54b04138ebbee1a310.tar.gz | |
klibc.inc: use x86 over-ride instead of i486/i586/i686/pentium
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for
i486/i586/i686/pentium are not required.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 9f445e1cb2..a707ed58fd 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
| @@ -44,10 +44,6 @@ KLIBC_ARCH_armeb = "arm" | |||
| 44 | KLIBC_ARCH_mipsel = "mips" | 44 | KLIBC_ARCH_mipsel = "mips" |
| 45 | KLIBC_ARCH_x86 = "i386" | 45 | KLIBC_ARCH_x86 = "i386" |
| 46 | KLIBC_ARCH_x86-64 = "x86_64" | 46 | KLIBC_ARCH_x86-64 = "x86_64" |
| 47 | KLIBC_ARCH_i486 = "i386" | ||
| 48 | KLIBC_ARCH_i586 = "i386" | ||
| 49 | KLIBC_ARCH_i686 = "i386" | ||
| 50 | KLIBC_ARCH_pentium = "i386" | ||
| 51 | KLIBC_ARCH_powerpc = "ppc" | 47 | KLIBC_ARCH_powerpc = "ppc" |
| 52 | KLIBC_ARCH_powerpc64 = "ppc64" | 48 | KLIBC_ARCH_powerpc64 = "ppc64" |
| 53 | THIS_LIBKLIBC = "libklibc (= ${PV})" | 49 | THIS_LIBKLIBC = "libklibc (= ${PV})" |
