Commit ebf21166 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

uClibc: remove old 0.9.28 support



Not supported upstream and needs complicated workaround for the NPTL stuff.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c6c7b997
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
	Fixes all over the tree and new features.

	Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
	and non-sysroot support removed.
	and non-sysroot support removed. Added support for (snapshot)
	NPTL in uClibc, 0.9.28.3 removed,

	Bootloaders: Various cleanups, moved to boot/, added Barebox,
	removed yaboot. Support building u-boot from custom tarball,
+0 −1
Original line number Diff line number Diff line
@@ -181,7 +181,6 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.34.1"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
# BR2_UCLIBC_VERSION_0_9_30 is not set
# BR2_UCLIBC_VERSION_0_9_31 is not set
+0 −1
Original line number Diff line number Diff line
@@ -205,7 +205,6 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
Loading