openwrtv4/toolchain
Alexey Brodkin eed6c85b7f toolchain/uclibc: Fix unmanned configuration with "V=s"
Currently on attempt to configure uClibc with "V=s" user is prompted
to answer on configuration questions. Major inconvenience here is
build procedure get paused until user answers all questions.
That happens because not all symbols are defined in our .config.

Solution is as simple as usage of "olddefconfig" target instead of
simple "oldconfig". In that case default values get silently set
for symbols not defined by our .config explicitly.

We haven't noticed that subtle issue before because without "V=s"
what we do is "make oldconfig < /dev/null" which automatically
answers all questions :)

Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
2017-02-11 15:38:32 +01:00
..
binutils binutils: remove 2.25.1 support and leftovers of older versions 2017-02-07 17:16:12 +01:00
fortify-headers treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
gcc toolchain/gcc: parallelize make install 2017-02-09 14:49:34 +01:00
gdb toolchain/gdb: update to version 7.12.1 2017-02-07 17:18:07 +01:00
glibc build: remove libc version config code 2017-02-11 15:37:55 +01:00
insight treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kernel-headers treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
musl build: remove libc version config code 2017-02-11 15:37:55 +01:00
uClibc toolchain/uclibc: Fix unmanned configuration with "V=s" 2017-02-11 15:38:32 +01:00
wrapper buildroot: allow specifying libc personality for external toolchains 2013-02-20 15:06:10 +00:00
yasm treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
Config.in build: remove libc version config code 2017-02-11 15:37:55 +01:00
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 2009-04-24 02:07:24 +00:00
Makefile toolchain: remove separate prepare/ step 2017-02-11 15:38:16 +01:00