Subversion Repositories HelenOS-historic

Rev

Rev 418 | Rev 452 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ARCH=ia32
#ARCH=mips32
#ARCH=ia64
#ARCH=ppc32
#ARCH=amd64
#ARCH=sparc64

# If this is yes, then the native compiler will be used instead of cross compiler
NATIVE_COMPILER=no

# If this is yes, strong CPU ordering is assumed
STRONG_ORDERING=no

# 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/