1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/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
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
kernel-headers
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
yasm
Config.in build: remove libc version config code 2017-02-11 15:37:55 +01:00
info.mk
Makefile toolchain: remove separate prepare/ step 2017-02-11 15:38:16 +01:00