diff options
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | toolchain/Config.in | 6 |
2 files changed, 7 insertions, 8 deletions
@@ -294,14 +294,7 @@ unexport TERMINFO GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess) -################################################################################ -# -# The list of stuff to build for the target toolchain -# along with the packages to build for the target. -# -################################################################################ - -TARGETS:= toolchain +TARGETS := # silent mode requested? QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q) diff --git a/toolchain/Config.in b/toolchain/Config.in index 44f3ac66d8..a1065ac228 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -1,5 +1,11 @@ menu "Toolchain" +# Invisible option that makes sure the toolchain package always gets +# built +config BR2_TOOLCHAIN + bool + default y + # Should be selected for glibc or eglibc config BR2_TOOLCHAIN_USES_GLIBC bool |