mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-18 15:28:10 +00:00
Config v2: select relevant parts of each package version
Also, remove a couple of config options that dealt with package versions that have been since retired. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -68,13 +68,6 @@ musl_backend_once() {
|
||||
|
||||
extra_cflags=( ${multi_flags} )
|
||||
|
||||
# From buildroot:
|
||||
# gcc constant folding bug with weak aliases workaround
|
||||
# See http://www.openwall.com/lists/musl/2014/05/15/1
|
||||
if [ "${CT_GCC_BUG_61144}" = "y" ]; then
|
||||
extra_cflags+=("-fno-toplevel-reorder")
|
||||
fi
|
||||
|
||||
if [ "${CT_LIBC_MUSL_DEBUG}" = "y" ]; then
|
||||
extra_config+=("--enable-debug")
|
||||
fi
|
||||
|
Reference in New Issue
Block a user