Depricate the config syntax `option foo'' and assume people meant `option foo=1''

This commit is contained in:
Eric W. Biederman 2002-02-06 01:03:32 +00:00
commit 3b3c4b5b49
5 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
option i786
option i786=1
object delay_i786.o

View file

@ -1,3 +1,3 @@
option i586
option i586=1
object cpuid.o
#object tsc.o

View file

@ -1,5 +1,5 @@
option i686
option INTEL_PPRO_MTRR
option i686=1
option INTEL_PPRO_MTRR=1
object microcode.o
object mtrr.o
object l2_cache.o