revert the changes i accidently made, sorry

svn path=/trunk/; revision=14065
This commit is contained in:
Thomas Bluemel 2005-03-14 16:10:21 +00:00
parent 9309c80c1b
commit 42819f010e

View file

@ -14,17 +14,17 @@ ARCH := i386
# be optimized for. # be optimized for.
# #
OARCH := i586 OARCH := i486
# #
# Whether to compile in the kernel debugger # Whether to compile in the kernel debugger
# #
KDBG := 1 KDBG := 0
# #
# Whether to compile for debugging # Whether to compile for debugging
# #
DBG := 1 DBG := 0
# #
# Whether to compile a multiprocessor or single processor version # Whether to compile a multiprocessor or single processor version