Loading package/Config.in +0 −1 Original line number Diff line number Diff line Loading @@ -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" Loading toolchain/Makefile.in +0 −2 Original line number Diff line number Diff line Loading @@ -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 toolchain/gcc/Config.in.2 +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. Loading toolchain/uClibc/Config.in.2deleted 100644 → 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.indeleted 100644 → 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
package/Config.in +0 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
toolchain/Makefile.in +0 −2 Original line number Diff line number Diff line Loading @@ -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
toolchain/gcc/Config.in.2 +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. Loading
toolchain/uClibc/Config.in.2deleted 100644 → 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.indeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line ifeq ($(strip $(BR2_PACKAGE_UCLIBC_TARGET_HEADERS)),y) TARGETS+=uclibc_target_headers endif