Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN.
This commit is contained in:
parent
60b804ad66
commit
9e4025102c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user