summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-27 18:40:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-30 22:42:03 +0100
commit0d031957b34ac57ca4aa51922269dd5bfc356fee (patch)
treefe0e5265796611882b341536aaee24f37eb49397 /meta
parent5c7d37c51cb14c7758fdd04018321222070a0bf7 (diff)
downloadpoky-0d031957b34ac57ca4aa51922269dd5bfc356fee.tar.gz
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 (From OE-Core rev: 99d1c2c1204173a42808a54d2c810ab6e2555ce8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine70
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine53
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine77
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/armv5teb/uClibc.machine74
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/i386/uClibc.machine59
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/i486/uClibc.machine62
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/i586/uClibc.machine62
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/i686/uClibc.machine59
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine63
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/mips64/uClibc.machine63
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/mipsel/uClibc.machine63
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/powerpc/uClibc.machine46
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine48
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine41
14 files changed, 0 insertions, 840 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine
deleted file mode 100644
index 92ee868907..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine
+++ /dev/null
@@ -1,70 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Mon May 14 10:23:14 2007
4#
5# TARGET_alpha is not set
6TARGET_arm=y
7# TARGET_bfin is not set
8# TARGET_cris is not set
9# TARGET_e1 is not set
10# TARGET_frv is not set
11# TARGET_h8300 is not set
12# TARGET_hppa is not set
13# TARGET_i386 is not set
14# TARGET_i960 is not set
15# TARGET_ia64 is not set
16# TARGET_m68k is not set
17# TARGET_microblaze is not set
18# TARGET_mips is not set
19# TARGET_nios is not set
20# TARGET_nios2 is not set
21# TARGET_powerpc is not set
22# TARGET_sh is not set
23# TARGET_sh64 is not set
24# TARGET_sparc is not set
25# TARGET_v850 is not set
26# TARGET_vax is not set
27# TARGET_x86_64 is not set
28
29#
30# Target Architecture Features and Options
31#
32TARGET_ARCH="arm"
33FORCE_OPTIONS_FOR_ARCH=y
34# CONFIG_ARM_OABI is not set
35CONFIG_ARM_EABI=y
36# COMPILE_IN_THUMB_MODE is not set
37USE_BX=y
38CONFIG_GENERIC_ARM=y
39# CONFIG_ARM610 is not set
40# CONFIG_ARM710 is not set
41# CONFIG_ARM7TDMI is not set
42# CONFIG_ARM720T is not set
43# CONFIG_ARM920T is not set
44# CONFIG_ARM922T is not set
45# CONFIG_ARM926T is not set
46# CONFIG_ARM10T is not set
47# CONFIG_ARM1136JF_S is not set
48# CONFIG_ARM1176JZ_S is not set
49# CONFIG_ARM1176JZF_S is not set
50# CONFIG_ARM_SA110 is not set
51# CONFIG_ARM_SA1100 is not set
52# CONFIG_ARM_XSCALE is not set
53# CONFIG_ARM_IWMMXT is not set
54TARGET_SUBARCH=""
55
56#
57# Using ELF file format
58#
59ARCH_ANY_ENDIAN=y
60ARCH_LITTLE_ENDIAN=y
61# ARCH_WANTS_BIG_ENDIAN is not set
62ARCH_WANTS_LITTLE_ENDIAN=y
63ARCH_HAS_MMU=y
64ARCH_USE_MMU=y
65UCLIBC_HAS_FLOATS=y
66# UCLIBC_HAS_FPU is not set
67UCLIBC_HAS_SOFT_FLOAT=y
68KERNEL_HEADERS="/usr/include"
69HAVE_DOT_CONFIG=y
70
diff --git a/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine
deleted file mode 100644
index 7a6ad8b5d0..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine
+++ /dev/null
@@ -1,53 +0,0 @@
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5TARGET_arm=y
6# TARGET_bfin is not set
7# TARGET_cris is not set
8# TARGET_e1 is not set
9# TARGET_frv is not set
10# TARGET_h8300 is not set
11# TARGET_hppa is not set
12# TARGET_i386 is not set
13# TARGET_i960 is not set
14# TARGET_m68k is not set
15# TARGET_microblaze is not set
16# TARGET_mips is not set
17# TARGET_nios is not set
18# TARGET_nios2 is not set
19# TARGET_powerpc is not set
20# TARGET_sh is not set
21# TARGET_sh64 is not set
22# TARGET_sparc is not set
23# TARGET_v850 is not set
24# TARGET_x86_64 is not set
25
26#
27# Target Architecture Features and Options
28#
29TARGET_ARCH="arm"
30ARCH_SUPPORTS_BIG_ENDIAN=y
31ARCH_SUPPORTS_LITTLE_ENDIAN=y
32FORCE_OPTIONS_FOR_ARCH=y
33CONFIG_GENERIC_ARM=y
34# CONFIG_ARM610 is not set
35# CONFIG_ARM710 is not set
36# CONFIG_ARM720T is not set
37# CONFIG_ARM920T is not set
38# CONFIG_ARM922T is not set
39# CONFIG_ARM926T is not set
40# CONFIG_ARM1136JF_S is not set
41# CONFIG_ARM_SA110 is not set
42# CONFIG_ARM_SA1100 is not set
43# CONFIG_ARM_XSCALE is not set
44# ARCH_LITTLE_ENDIAN is not set
45ARCH_BIG_ENDIAN=y
46# ARCH_HAS_NO_MMU is not set
47ARCH_HAS_MMU=y
48UCLIBC_HAS_FLOATS=y
49UCLIBC_HAS_FPU=y
50DO_C99_MATH=y
51# UCLIBC_HAS_FENV is not set
52KERNEL_HEADERS="<path/to/kernel/headers>"
53HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine
deleted file mode 100644
index 2242dc94d6..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine
+++ /dev/null
@@ -1,77 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Version: 0.9.32-git
4# Mon Jul 19 01:34:29 2010
5#
6# TARGET_alpha is not set
7TARGET_arm=y
8# TARGET_avr32 is not set
9# TARGET_bfin is not set
10# TARGET_cris is not set
11# TARGET_e1 is not set
12# TARGET_frv is not set
13# TARGET_h8300 is not set
14# TARGET_hppa is not set
15# TARGET_i386 is not set
16# TARGET_i960 is not set
17# TARGET_ia64 is not set
18# TARGET_m68k is not set
19# TARGET_microblaze is not set
20# TARGET_mips is not set
21# TARGET_nios is not set
22# TARGET_nios2 is not set
23# TARGET_powerpc is not set
24# TARGET_sh is not set
25# TARGET_sh64 is not set
26# TARGET_sparc is not set
27# TARGET_v850 is not set
28# TARGET_vax is not set
29# TARGET_x86_64 is not set
30# TARGET_xtensa is not set
31
32#
33# Target Architecture Features and Options
34#
35TARGET_ARCH="arm"
36FORCE_OPTIONS_FOR_ARCH=y
37# CONFIG_ARM_OABI is not set
38CONFIG_ARM_EABI=y
39# COMPILE_IN_THUMB_MODE is not set
40USE_BX=y
41# CONFIG_GENERIC_ARM is not set
42# CONFIG_ARM610 is not set
43# CONFIG_ARM710 is not set
44# CONFIG_ARM7TDMI is not set
45# CONFIG_ARM720T is not set
46# CONFIG_ARM920T is not set
47# CONFIG_ARM922T is not set
48CONFIG_ARM926T=y
49# CONFIG_ARM10T is not set
50# CONFIG_ARM1136JF_S is not set
51# CONFIG_ARM1176JZ_S is not set
52# CONFIG_ARM1176JZF_S is not set
53# CONFIG_ARM_CORTEX_M3 is not set
54# CONFIG_ARM_CORTEX_M1 is not set
55# CONFIG_ARM_SA110 is not set
56# CONFIG_ARM_SA1100 is not set
57# CONFIG_ARM_XSCALE is not set
58# CONFIG_ARM_IWMMXT is not set
59TARGET_SUBARCH=""
60
61#
62# Using ELF file format
63#
64ARCH_ANY_ENDIAN=y
65ARCH_LITTLE_ENDIAN=y
66# ARCH_WANTS_BIG_ENDIAN is not set
67ARCH_WANTS_LITTLE_ENDIAN=y
68ARCH_HAS_MMU=y
69ARCH_USE_MMU=y
70UCLIBC_HAS_FLOATS=y
71# UCLIBC_HAS_FPU is not set
72UCLIBC_HAS_SOFT_FLOAT=y
73DO_C99_MATH=y
74# DO_XSI_MATH is not set
75# UCLIBC_HAS_FENV is not set
76KERNEL_HEADERS="/usr/include"
77HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/armv5teb/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/armv5teb/uClibc.machine
deleted file mode 100644
index 6b07dd5162..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/armv5teb/uClibc.machine
+++ /dev/null
@@ -1,74 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Sat May 12 22:07:03 2007
4#
5# TARGET_alpha is not set
6TARGET_arm=y
7# TARGET_bfin is not set
8# TARGET_cris is not set
9# TARGET_e1 is not set
10# TARGET_frv is not set
11# TARGET_h8300 is not set
12# TARGET_hppa is not set
13# TARGET_i386 is not set
14# TARGET_i960 is not set
15# TARGET_ia64 is not set
16# TARGET_m68k is not set
17# TARGET_microblaze is not set
18# TARGET_mips is not set
19# TARGET_nios is not set
20# TARGET_nios2 is not set
21# TARGET_powerpc is not set
22# TARGET_sh is not set
23# TARGET_sh64 is not set
24# TARGET_sparc is not set
25# TARGET_v850 is not set
26# TARGET_vax is not set
27# TARGET_x86_64 is not set
28
29#
30# Target Architecture Features and Options
31#
32TARGET_ARCH="arm"
33FORCE_OPTIONS_FOR_ARCH=y
34# CONFIG_ARM_OABI is not set
35CONFIG_ARM_EABI=y
36# COMPILE_IN_THUMB_MODE is not set
37USE_BX=y
38# CONFIG_GENERIC_ARM is not set
39# CONFIG_ARM610 is not set
40# CONFIG_ARM710 is not set
41# CONFIG_ARM7TDMI is not set
42# CONFIG_ARM720T is not set
43# CONFIG_ARM920T is not set
44# CONFIG_ARM922T is not set
45# CONFIG_ARM926T is not set
46# CONFIG_ARM10T is not set
47# CONFIG_ARM1136JF_S is not set
48# CONFIG_ARM1176JZ_S is not set
49# CONFIG_ARM1176JZF_S is not set
50# CONFIG_ARM_SA110 is not set
51# CONFIG_ARM_SA1100 is not set
52CONFIG_ARM_XSCALE=y
53# CONFIG_ARM_CORTEX_M3 is not set
54# CONFIG_ARM_CORTEX_M1 is not set
55# CONFIG_ARM_IWMMXT is not set
56TARGET_SUBARCH=""
57
58#
59# Using ELF file format
60#
61ARCH_ANY_ENDIAN=y
62ARCH_BIG_ENDIAN=y
63ARCH_WANTS_BIG_ENDIAN=y
64# ARCH_WANTS_LITTLE_ENDIAN is not set
65ARCH_HAS_MMU=y
66ARCH_USE_MMU=y
67UCLIBC_HAS_FLOATS=y
68# UCLIBC_HAS_FPU is not set
69UCLIBC_HAS_SOFT_FLOAT=y
70DO_C99_MATH=y
71# DO_XSI_MATH is not set
72# UCLIBC_HAS_FENV is not set
73KERNEL_HEADERS="/usr/include"
74HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/i386/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/i386/uClibc.machine
deleted file mode 100644
index 3909ccc9e1..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/i386/uClibc.machine
+++ /dev/null
@@ -1,59 +0,0 @@
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5# TARGET_arm is not set
6# TARGET_bfin is not set
7# TARGET_cris is not set
8# TARGET_e1 is not set
9# TARGET_frv is not set
10# TARGET_h8300 is not set
11# TARGET_hppa is not set
12TARGET_i386=y
13# TARGET_i960 is not set
14# TARGET_m68k is not set
15# TARGET_microblaze is not set
16# TARGET_mips is not set
17# TARGET_nios is not set
18# TARGET_nios2 is not set
19# TARGET_powerpc is not set
20# TARGET_sh is not set
21# TARGET_sh64 is not set
22# TARGET_sparc is not set
23# TARGET_v850 is not set
24# TARGET_x86_64 is not set
25
26#
27# Target Architecture Features and Options
28#
29TARGET_ARCH="i386"
30# ARCH_SUPPORTS_BIG_ENDIAN is not set
31ARCH_SUPPORTS_LITTLE_ENDIAN=y
32FORCE_OPTIONS_FOR_ARCH=y
33# CONFIG_GENERIC_386 is not set
34# CONFIG_386 is not set
35# CONFIG_486 is not set
36# CONFIG_586 is not set
37# CONFIG_586MMX is not set
38# CONFIG_686 is not set
39# CONFIG_PENTIUMII is not set
40# CONFIG_PENTIUMIII is not set
41CONFIG_PENTIUM4=y
42# CONFIG_K6 is not set
43# CONFIG_K7 is not set
44# CONFIG_ELAN is not set
45# CONFIG_CRUSOE is not set
46# CONFIG_WINCHIPC6 is not set
47# CONFIG_WINCHIP2 is not set
48# CONFIG_CYRIXIII is not set
49# CONFIG_NEHEMIAH is not set
50ARCH_LITTLE_ENDIAN=y
51# ARCH_BIG_ENDIAN is not set
52# ARCH_HAS_NO_MMU is not set
53ARCH_HAS_MMU=y
54UCLIBC_HAS_FLOATS=y
55UCLIBC_HAS_FPU=y
56DO_C99_MATH=y
57# UCLIBC_HAS_FENV is not set
58KERNEL_HEADERS="<path/to/kernel/headers>"
59HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/i486/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/i486/uClibc.machine
deleted file mode 100644
index 776e00d6dc..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/i486/uClibc.machine
+++ /dev/null
@@ -1,62 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Fri Dec 22 23:09:11 2006
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_bfin is not set
8# TARGET_cris is not set
9# TARGET_e1 is not set
10# TARGET_frv is not set
11# TARGET_h8300 is not set
12# TARGET_hppa is not set
13TARGET_i386=y
14# TARGET_i960 is not set
15# TARGET_ia64 is not set
16# TARGET_m68k is not set
17# TARGET_microblaze is not set
18# TARGET_mips is not set
19# TARGET_nios is not set
20# TARGET_nios2 is not set
21# TARGET_powerpc is not set
22# TARGET_sh is not set
23# TARGET_sh64 is not set
24# TARGET_sparc is not set
25# TARGET_v850 is not set
26# TARGET_vax is not set
27# TARGET_x86_64 is not set
28
29#
30# Target Architecture Features and Options
31#
32TARGET_ARCH="i386"
33FORCE_OPTIONS_FOR_ARCH=y
34# CONFIG_GENERIC_386 is not set
35# CONFIG_386 is not set
36CONFIG_486=y
37# CONFIG_586 is not set
38# CONFIG_586MMX is not set
39# CONFIG_686 is not set
40# CONFIG_PENTIUMII is not set
41# CONFIG_PENTIUMIII is not set
42# CONFIG_PENTIUM4 is not set
43# CONFIG_K6 is not set
44# CONFIG_K7 is not set
45# CONFIG_ELAN is not set
46# CONFIG_CRUSOE is not set
47# CONFIG_WINCHIPC6 is not set
48# CONFIG_WINCHIP2 is not set
49# CONFIG_CYRIXIII is not set
50# CONFIG_NEHEMIAH is not set
51ARCH_LITTLE_ENDIAN=y
52
53#
54# Using Little Endian
55#
56ARCH_HAS_MMU=y
57ARCH_USE_MMU=y
58UCLIBC_HAS_FLOATS=y
59UCLIBC_HAS_FPU=y
60DO_C99_MATH=y
61KERNEL_HEADERS="<path/to/kernel/headers>"
62HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/i586/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/i586/uClibc.machine
deleted file mode 100644
index 2e98e5c7e1..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/i586/uClibc.machine
+++ /dev/null
@@ -1,62 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Sat Feb 24 08:24:11 2007
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_bfin is not set
8# TARGET_cris is not set
9# TARGET_e1 is not set
10# TARGET_frv is not set
11# TARGET_h8300 is not set
12# TARGET_hppa is not set
13TARGET_i386=y
14# TARGET_i960 is not set
15# TARGET_ia64 is not set
16# TARGET_m68k is not set
17# TARGET_microblaze is not set
18# TARGET_mips is not set
19# TARGET_nios is not set
20# TARGET_nios2 is not set
21# TARGET_powerpc is not set
22# TARGET_sh is not set
23# TARGET_sh64 is not set
24# TARGET_sparc is not set
25# TARGET_v850 is not set
26# TARGET_vax is not set
27# TARGET_x86_64 is not set
28
29#
30# Target Architecture Features and Options
31#
32TARGET_ARCH="i386"
33FORCE_OPTIONS_FOR_ARCH=y
34# CONFIG_GENERIC_386 is not set
35# CONFIG_386 is not set
36# CONFIG_486 is not set
37# CONFIG_586 is not set
38# CONFIG_586MMX is not set
39# CONFIG_686 is not set
40# CONFIG_PENTIUMII is not set
41CONFIG_PENTIUMIII=y
42# CONFIG_PENTIUM4 is not set
43# CONFIG_K6 is not set
44# CONFIG_K7 is not set
45# CONFIG_ELAN is not set
46# CONFIG_CRUSOE is not set
47# CONFIG_WINCHIPC6 is not set
48# CONFIG_WINCHIP2 is not set
49# CONFIG_CYRIXIII is not set
50# CONFIG_NEHEMIAH is not set
51ARCH_LITTLE_ENDIAN=y
52
53#
54# Using Little Endian
55#
56ARCH_HAS_MMU=y
57ARCH_USE_MMU=y
58UCLIBC_HAS_FLOATS=y
59UCLIBC_HAS_FPU=y
60DO_C99_MATH=y
61KERNEL_HEADERS="<path/to/kernel/headers>"
62HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/i686/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/i686/uClibc.machine
deleted file mode 100644
index 3909ccc9e1..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/i686/uClibc.machine
+++ /dev/null
@@ -1,59 +0,0 @@
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5# TARGET_arm is not set
6# TARGET_bfin is not set
7# TARGET_cris is not set
8# TARGET_e1 is not set
9# TARGET_frv is not set
10# TARGET_h8300 is not set
11# TARGET_hppa is not set
12TARGET_i386=y
13# TARGET_i960 is not set
14# TARGET_m68k is not set
15# TARGET_microblaze is not set
16# TARGET_mips is not set
17# TARGET_nios is not set
18# TARGET_nios2 is not set
19# TARGET_powerpc is not set
20# TARGET_sh is not set
21# TARGET_sh64 is not set
22# TARGET_sparc is not set
23# TARGET_v850 is not set
24# TARGET_x86_64 is not set
25
26#
27# Target Architecture Features and Options
28#
29TARGET_ARCH="i386"
30# ARCH_SUPPORTS_BIG_ENDIAN is not set
31ARCH_SUPPORTS_LITTLE_ENDIAN=y
32FORCE_OPTIONS_FOR_ARCH=y
33# CONFIG_GENERIC_386 is not set
34# CONFIG_386 is not set
35# CONFIG_486 is not set
36# CONFIG_586 is not set
37# CONFIG_586MMX is not set
38# CONFIG_686 is not set
39# CONFIG_PENTIUMII is not set
40# CONFIG_PENTIUMIII is not set
41CONFIG_PENTIUM4=y
42# CONFIG_K6 is not set
43# CONFIG_K7 is not set
44# CONFIG_ELAN is not set
45# CONFIG_CRUSOE is not set
46# CONFIG_WINCHIPC6 is not set
47# CONFIG_WINCHIP2 is not set
48# CONFIG_CYRIXIII is not set
49# CONFIG_NEHEMIAH is not set
50ARCH_LITTLE_ENDIAN=y
51# ARCH_BIG_ENDIAN is not set
52# ARCH_HAS_NO_MMU is not set
53ARCH_HAS_MMU=y
54UCLIBC_HAS_FLOATS=y
55UCLIBC_HAS_FPU=y
56DO_C99_MATH=y
57# UCLIBC_HAS_FENV is not set
58KERNEL_HEADERS="<path/to/kernel/headers>"
59HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine
deleted file mode 100644
index 1cf1addca9..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine
+++ /dev/null
@@ -1,63 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Wed Jul 9 13:37:36 2008
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_avr32 is not set
8# TARGET_bfin is not set
9# TARGET_cris is not set
10# TARGET_e1 is not set
11# TARGET_frv is not set
12# TARGET_h8300 is not set
13# TARGET_hppa is not set
14# TARGET_i386 is not set
15# TARGET_i960 is not set
16# TARGET_ia64 is not set
17# TARGET_m68k is not set
18# TARGET_microblaze is not set
19TARGET_mips=y
20# TARGET_nios is not set
21# TARGET_nios2 is not set
22# TARGET_powerpc is not set
23# TARGET_sh is not set
24# TARGET_sh64 is not set
25# TARGET_sparc is not set
26# TARGET_v850 is not set
27# TARGET_vax is not set
28# TARGET_x86_64 is not set
29# TARGET_xtensa is not set
30
31#
32# Target Architecture Features and Options
33#
34TARGET_ARCH="mips"
35FORCE_OPTIONS_FOR_ARCH=y
36ARCH_CFLAGS="-mno-split-addresses"
37CONFIG_MIPS_O32_ABI=y
38# CONFIG_MIPS_N32_ABI is not set
39# CONFIG_MIPS_N64_ABI is not set
40# CONFIG_MIPS_ISA_1 is not set
41# CONFIG_MIPS_ISA_2 is not set
42# CONFIG_MIPS_ISA_3 is not set
43# CONFIG_MIPS_ISA_4 is not set
44CONFIG_MIPS_ISA_MIPS32=y
45# CONFIG_MIPS_ISA_MIPS64 is not set
46TARGET_SUBARCH=""
47
48#
49# Using ELF file format
50#
51ARCH_ANY_ENDIAN=y
52# ARCH_BIG_ENDIAN is not set
53ARCH_WANTS_BIG_ENDIAN=y
54# ARCH_WANTS_LITTLE_ENDIAN=y
55ARCH_HAS_MMU=y
56ARCH_USE_MMU=y
57UCLIBC_HAS_FLOATS=y
58UCLIBC_HAS_FPU=y
59# DO_C99_MATH is not set
60# UCLIBC_HAS_FENV is not set
61KERNEL_HEADERS="/usr/include"
62HAVE_DOT_CONFIG=y
63
diff --git a/meta/recipes-core/uclibc/uclibc-git/mips64/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/mips64/uClibc.machine
deleted file mode 100644
index a68c7afe0c..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/mips64/uClibc.machine
+++ /dev/null
@@ -1,63 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Wed Jul 9 13:37:36 2008
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_avr32 is not set
8# TARGET_bfin is not set
9# TARGET_cris is not set
10# TARGET_e1 is not set
11# TARGET_frv is not set
12# TARGET_h8300 is not set
13# TARGET_hppa is not set
14# TARGET_i386 is not set
15# TARGET_i960 is not set
16# TARGET_ia64 is not set
17# TARGET_m68k is not set
18# TARGET_microblaze is not set
19TARGET_mips=y
20# TARGET_nios is not set
21# TARGET_nios2 is not set
22# TARGET_powerpc is not set
23# TARGET_sh is not set
24# TARGET_sh64 is not set
25# TARGET_sparc is not set
26# TARGET_v850 is not set
27# TARGET_vax is not set
28# TARGET_x86_64 is not set
29# TARGET_xtensa is not set
30
31#
32# Target Architecture Features and Options
33#
34TARGET_ARCH="mips"
35FORCE_OPTIONS_FOR_ARCH=y
36ARCH_CFLAGS="-mno-split-addresses"
37# CONFIG_MIPS_O32_ABI is not set
38# CONFIG_MIPS_N32_ABI is not set
39CONFIG_MIPS_N64_ABI=y
40# CONFIG_MIPS_ISA_1 is not set
41# CONFIG_MIPS_ISA_2 is not set
42# CONFIG_MIPS_ISA_3 is not set
43# CONFIG_MIPS_ISA_4 is not set
44# CONFIG_MIPS_ISA_MIPS32 is not set
45CONFIG_MIPS_ISA_MIPS64=y
46TARGET_SUBARCH=""
47
48#
49# Using ELF file format
50#
51ARCH_ANY_ENDIAN=y
52# ARCH_BIG_ENDIAN is not set
53ARCH_WANTS_BIG_ENDIAN=y
54# ARCH_WANTS_LITTLE_ENDIAN=y
55ARCH_HAS_MMU=y
56ARCH_USE_MMU=y
57UCLIBC_HAS_FLOATS=y
58UCLIBC_HAS_FPU=y
59# DO_C99_MATH is not set
60# UCLIBC_HAS_FENV is not set
61KERNEL_HEADERS="/usr/include"
62HAVE_DOT_CONFIG=y
63
diff --git a/meta/recipes-core/uclibc/uclibc-git/mipsel/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/mipsel/uClibc.machine
deleted file mode 100644
index e148451812..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/mipsel/uClibc.machine
+++ /dev/null
@@ -1,63 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Wed Jul 9 13:37:36 2008
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_avr32 is not set
8# TARGET_bfin is not set
9# TARGET_cris is not set
10# TARGET_e1 is not set
11# TARGET_frv is not set
12# TARGET_h8300 is not set
13# TARGET_hppa is not set
14# TARGET_i386 is not set
15# TARGET_i960 is not set
16# TARGET_ia64 is not set
17# TARGET_m68k is not set
18# TARGET_microblaze is not set
19TARGET_mips=y
20# TARGET_nios is not set
21# TARGET_nios2 is not set
22# TARGET_powerpc is not set
23# TARGET_sh is not set
24# TARGET_sh64 is not set
25# TARGET_sparc is not set
26# TARGET_v850 is not set
27# TARGET_vax is not set
28# TARGET_x86_64 is not set
29# TARGET_xtensa is not set
30
31#
32# Target Architecture Features and Options
33#
34TARGET_ARCH="mips"
35FORCE_OPTIONS_FOR_ARCH=y
36ARCH_CFLAGS="-mno-split-addresses"
37CONFIG_MIPS_O32_ABI=y
38# CONFIG_MIPS_N32_ABI is not set
39# CONFIG_MIPS_N64_ABI is not set
40# CONFIG_MIPS_ISA_1 is not set
41# CONFIG_MIPS_ISA_2 is not set
42# CONFIG_MIPS_ISA_3 is not set
43# CONFIG_MIPS_ISA_4 is not set
44CONFIG_MIPS_ISA_MIPS32=y
45# CONFIG_MIPS_ISA_MIPS64 is not set
46TARGET_SUBARCH=""
47
48#
49# Using ELF file format
50#
51ARCH_ANY_ENDIAN=y
52# ARCH_BIG_ENDIAN is not set
53# ARCH_WANTS_BIG_ENDIAN is not set
54ARCH_WANTS_LITTLE_ENDIAN=y
55ARCH_HAS_MMU=y
56ARCH_USE_MMU=y
57UCLIBC_HAS_FLOATS=y
58UCLIBC_HAS_FPU=y
59# DO_C99_MATH is not set
60# UCLIBC_HAS_FENV is not set
61KERNEL_HEADERS="/usr/include"
62HAVE_DOT_CONFIG=y
63
diff --git a/meta/recipes-core/uclibc/uclibc-git/powerpc/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/powerpc/uClibc.machine
deleted file mode 100644
index d49bf6af53..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/powerpc/uClibc.machine
+++ /dev/null
@@ -1,46 +0,0 @@
1#
2# Automatically generated make config: don't edit
3# Tue Feb 6 19:17:06 2007
4#
5# TARGET_alpha is not set
6# TARGET_arm is not set
7# TARGET_bfin is not set
8# TARGET_cris is not set
9# TARGET_e1 is not set
10# TARGET_frv is not set
11# TARGET_h8300 is not set
12# TARGET_hppa is not set
13# TARGET_i386 is not set
14# TARGET_i960 is not set
15# TARGET_ia64 is not set
16# TARGET_m68k is not set
17# TARGET_microblaze is not set
18# TARGET_mips is not set
19# TARGET_nios is not set
20# TARGET_nios2 is not set
21TARGET_powerpc=y
22# TARGET_sh is not set
23# TARGET_sh64 is not set
24# TARGET_sparc is not set
25# TARGET_v850 is not set
26# TARGET_vax is not set
27# TARGET_x86_64 is not set
28
29#
30# Target Architecture Features and Options
31#
32TARGET_ARCH="powerpc"
33FORCE_OPTIONS_FOR_ARCH=y
34ARCH_BIG_ENDIAN=y
35
36#
37# Using Big Endian
38#
39ARCH_HAS_MMU=y
40ARCH_USE_MMU=y
41UCLIBC_HAS_FLOATS=y
42UCLIBC_HAS_FPU=y
43DO_C99_MATH=y
44KERNEL_HEADERS="/usr/include"
45HAVE_DOT_CONFIG=y
46
diff --git a/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine
deleted file mode 100644
index 65f1c4c3c1..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine
+++ /dev/null
@@ -1,48 +0,0 @@
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5# TARGET_arm is not set
6# TARGET_bfin is not set
7# TARGET_cris is not set
8# TARGET_e1 is not set
9# TARGET_frv is not set
10# TARGET_h8300 is not set
11# TARGET_hppa is not set
12# TARGET_i386 is not set
13# TARGET_i960 is not set
14# TARGET_m68k is not set
15# TARGET_microblaze is not set
16# TARGET_mips is not set
17# TARGET_nios is not set
18# TARGET_nios2 is not set
19# TARGET_powerpc is not set
20TARGET_sh=y
21# TARGET_sh64 is not set
22# TARGET_sparc is not set
23# TARGET_v850 is not set
24# TARGET_x86_64 is not set
25
26#
27# Target Architecture Features and Options
28#
29TARGET_ARCH="sh"
30ARCH_SUPPORTS_BIG_ENDIAN=y
31ARCH_SUPPORTS_LITTLE_ENDIAN=y
32FORCE_OPTIONS_FOR_ARCH=y
33# CONFIG_SH2A is not set
34# CONFIG_SH2 is not set
35# CONFIG_SH3 is not set
36CONFIG_SH4=y
37ARCH_LITTLE_ENDIAN=y
38# ARCH_BIG_ENDIAN is not set
39ARCH_WANTS_LITTLE_ENDIAN=y
40# ARCH_WANTS_BIG_ENDIAN is not set
41# ARCH_HAS_NO_MMU is not set
42ARCH_HAS_MMU=y
43UCLIBC_HAS_FLOATS=y
44UCLIBC_HAS_FPU=y
45DO_C99_MATH=y
46# UCLIBC_HAS_FENV is not set
47KERNEL_HEADERS="<path/to/kernel/headers>"
48HAVE_DOT_CONFIG=y
diff --git a/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine
deleted file mode 100644
index 94c008d2cf..0000000000
--- a/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine
+++ /dev/null
@@ -1,41 +0,0 @@
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5# TARGET_arm is not set
6# TARGET_bfin is not set
7# TARGET_cris is not set
8# TARGET_e1 is not set
9# TARGET_frv is not set
10# TARGET_h8300 is not set
11# TARGET_hppa is not set
12# TARGET_i386 is not set
13# TARGET_i960 is not set
14# TARGET_m68k is not set
15# TARGET_microblaze is not set
16# TARGET_mips is not set
17# TARGET_nios is not set
18# TARGET_nios2 is not set
19# TARGET_powerpc is not set
20# TARGET_sh is not set
21# TARGET_sh64 is not set
22# TARGET_sparc is not set
23# TARGET_v850 is not set
24TARGET_x86_64=y
25
26#
27# Target Architecture Features and Options
28#
29TARGET_ARCH="x86_64"
30# ARCH_SUPPORTS_BIG_ENDIAN is not set
31ARCH_SUPPORTS_LITTLE_ENDIAN=y
32FORCE_OPTIONS_FOR_ARCH=y
33ARCH_LITTLE_ENDIAN=y
34# ARCH_BIG_ENDIAN is not set
35ARCH_HAS_MMU=y
36ARCH_USE_MMU=y
37UCLIBC_HAS_FLOATS=y
38UCLIBC_HAS_FPU=y
39DO_C99_MATH=y
40KERNEL_HEADERS="<path/to/kernel/headers>"
41HAVE_DOT_CONFIG=y