Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN.

This commit is contained in:
imp 2015-03-27 21:47:15 +00:00
parent 60b804ad66
commit 9e4025102c

View File

@ -63,15 +63,6 @@ MK_${var}:= no
.endfor
.undef __DEFAULT_NO_OPTIONS
#
# MK_* options which are always no, usually because they are
# unsupported/badly broken on this architecture.
#
.for var in ${__ALWAYS_NO_OPTIONS}
MK_${var}:= no
.endfor
.undef __ALWAYS_NO_OPTIONS
#
# MK_* options which are always no, usually because they are
# unsupported/badly broken on this architecture.