You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
7 years ago
..
binutils binutils: remove 2.25.1 support and leftovers of older versions 7 years ago
fortify-headers treewide: clean up download hashes 8 years ago
gcc toolchain/gcc: parallelize make install 7 years ago
gdb toolchain/gdb: update to version 7.12.1 7 years ago
glibc build: remove libc version config code 7 years ago
insight treewide: clean up download hashes 8 years ago
kernel-headers treewide: clean up download hashes 8 years ago
musl build: remove libc version config code 7 years ago
uClibc toolchain/uclibc: Fix unmanned configuration with "V=s" 7 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
yasm treewide: clean up download hashes 8 years ago
Config.in build: remove libc version config code 7 years ago
Makefile toolchain: remove separate prepare/ step 7 years ago
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) 15 years ago