Add coreutils and gperf to BLACK_LIST in opt_config

This commit is contained in:
Pierre Labastie 2013-03-13 22:03:05 +00:00
parent 560bef155a
commit c80aa1f7f8

View file

@ -16,8 +16,8 @@ MAKEFLAGS="-j3"
# This list may be different for you.
# If your MAKEFLAGS don't contains a -jX option, you can set
# a empty list here.
BLACK_LIST="attr autoconf dejagnu gettext groff man-db vim"
# Rationale for attr: the tests do not pass with -jX
BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
# Rationale for attr, coreutils, gperf: the tests do not pass with -jX
#--- Default optimization mode
# This mode is overridden by definitions in opt_override;