Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 109 → Rev 110

/SPARTAN/trunk/src/Makefile.config
5,7 → 5,7
#ARCH=amd64
 
# Support for symetric multiprocessors
#SMP=__SMP__
SMP=__SMP__
 
# Improved support for hyperthreading
HT=__HT__
14,7 → 14,7
#NDEBUG=__NDEBUG__
 
# Deadlock detection support for spinlocks.
DEBUG_SPINLOCK=DEBUG_SPINLOCK
#DEBUG_SPINLOCK=DEBUG_SPINLOCK
 
# Uncomment if you want to compile in userspace support
#USERSPACE=__USERSPACE__