Commit 47857d95 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- remove the '"install uClibc headers in the target filesystem" without a native compiler' option.

parent 2c272874
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ source "package/tar/Config.in"
endif

comment "Other development stuff"
source "toolchain/uClibc/Config.in.2"
source "package/autoconf/Config.in"
source "package/automake/Config.in"
source "package/bison/Config.in"
+0 −2
Original line number Diff line number Diff line
@@ -16,5 +16,3 @@ OPTIMIZE_FOR_CPU=$(ARCH)

# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in

include toolchain/uClibc/Makefile.in
+0 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_GCC_TARGET
	bool "native toolchain in the target filesystem"
	default n
	select BR2_PACKAGE_UCLIBC_TARGET_HEADERS
	help
	  If you want the target system to be able to run 
	  binutils/gcc and compile native code, say Y here.

toolchain/uClibc/Config.in.2

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
config BR2_PACKAGE_UCLIBC_TARGET_HEADERS
	bool "install uClibc headers in the target filesystem"
	default n
	help
	  Install the uClibc headers and kernel-headers in the
	  target filesystem.

toolchain/uClibc/Makefile.in

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line

ifeq ($(strip $(BR2_PACKAGE_UCLIBC_TARGET_HEADERS)),y)
TARGETS+=uclibc_target_headers
endif
Loading