Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 451 → Rev 452

//SPARTAN/trunk/Makefile.config
1,47 → 1,27
#ARCH=ia32
#ARCH=mips32
#ARCH=ia64
#ARCH=ppc32
#ARCH=amd64
#ARCH=sparc64
## General configuration directives
#
# CONFIG_SMP (n/y)
# Support for symetric multiprocessors
#
# CONFIG_HT (n/y)
# Improved support for hyperthreading
#
# CONFIG_FPU_LAZY (n/y)
# Lazy context switching
#
 
# If this is yes, then the native compiler will be used instead of cross compiler
NATIVE_COMPILER=no
CONFIG_SMP = y
CONFIG_HT = y
CONFIG_FPU_LAZY = y
 
# If this is yes, strong CPU ordering is assumed
STRONG_ORDERING=no
## Debugging configuration directives
#
# CONFIG_DEBUG (n/y)
# General debuging and assert checking
#
# CONFIG_DEBUG_SPINLOCK (n/y)
# Deadlock detection support for spinlocks
#
 
# Support for symetric multiprocessors
SMP=__SMP__
 
# Improved support for hyperthreading
HT=__HT__
 
# General debuging and assert checking disable
#NDEBUG=__NDEBUG__
 
# Deadlock detection support for spinlocks.
DEBUG_SPINLOCK=DEBUG_SPINLOCK
 
# Uncomment if you want to compile in userspace support
#USERSPACE=__USERSPACE__
 
# Uncomment if you want to run in the test mode
#TEST=__TEST__
 
TEST_FILE=test.c
 
# Select what test do you want to run
#TEST_DIR=synch/rwlock1/
#TEST_DIR=synch/rwlock2/
#TEST_DIR=synch/rwlock3/
#TEST_DIR=synch/rwlock4/
#TEST_DIR=synch/rwlock5/
#TEST_DIR=synch/semaphore1/
#TEST_DIR=synch/semaphore2/
#TEST_DIR=fpu/fpu1/
#TEST_DIR=fpu/sse1/
#TEST_DIR=fpu/mips1/
#TEST_DIR=print/print1/
#TEST_DIR=thread/thread1/
#TEST_DIR=mm/mapping1/
CONFIG_DEBUG = n
CONFIG_DEBUG_SPINLOCK = y