[oe-commits] Khem Raj : uclibc: Remove redundant machine/arch configs

git version control git at git.openembedded.org
Thu Jun 30 21:43:34 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 99d1c2c1204173a42808a54d2c810ab6e2555ce8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99d1c2c1204173a42808a54d2c810ab6e2555ce8

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun 27 18:40:49 2011 -0700

uclibc: Remove redundant machine/arch configs

Big endian counterparts are not needed since
we already add the proper endianness to final
config as seen in uclibc-config.inc

The difference between arm and armv5te configs
were also superficial since all it did was select
arm926t which made sure that right mtune and march
flags were passed to gcc when building uclibc
We already do that via passing them in
UCLIBC_EXTRA_CFLAGS.

Similarly for other architectures the features
are really taken care of in config mangler and
machine config fragments are no longer needed

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../uclibc/uclibc-git/arm/uClibc.machine           |   70 ------------------
 .../uclibc/uclibc-git/armeb/uClibc.machine         |   53 --------------
 .../uclibc/uclibc-git/armv5te/uClibc.machine       |   77 --------------------
 .../uclibc/uclibc-git/armv5teb/uClibc.machine      |   74 -------------------
 .../uclibc/uclibc-git/i386/uClibc.machine          |   59 ---------------
 .../uclibc/uclibc-git/i486/uClibc.machine          |   62 ----------------
 .../uclibc/uclibc-git/i586/uClibc.machine          |   62 ----------------
 .../uclibc/uclibc-git/i686/uClibc.machine          |   59 ---------------
 .../uclibc/uclibc-git/mips/uClibc.machine          |   63 ----------------
 .../uclibc/uclibc-git/mips64/uClibc.machine        |   63 ----------------
 .../uclibc/uclibc-git/mipsel/uClibc.machine        |   63 ----------------
 .../uclibc/uclibc-git/powerpc/uClibc.machine       |   46 ------------
 .../uclibc/uclibc-git/sh4/uClibc.machine           |   48 ------------
 .../uclibc/uclibc-git/x86_64/uClibc.machine        |   41 -----------
 14 files changed, 0 insertions(+), 840 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=99d1c2c1204173a42808a54d2c810ab6e2555ce8




More information about the Openembedded-commits mailing list