Subversion Repositories HelenOS-historic

Rev

Rev 397 | Rev 423 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
198 jermar 1
#ARCH=ia32
341 jermar 2
#ARCH=mips32
80 vana 3
#ARCH=ia64
341 jermar 4
#ARCH=ppc32
2 jermar 5
#ARCH=amd64
418 jermar 6
#ARCH=sparc64
1 jermar 7
 
381 jermar 8
# If this is yes, then the native compiler will be used instead of cross compiler
9
NATIVE_COMPILER=no
328 jermar 10
 
1 jermar 11
# Support for symetric multiprocessors
284 palkovsky 12
SMP=__SMP__
1 jermar 13
 
14
# Improved support for hyperthreading
15
HT=__HT__
16
 
108 decky 17
# General debuging and assert checking disable
18
#NDEBUG=__NDEBUG__
19
 
1 jermar 20
# Deadlock detection support for spinlocks.
112 jermar 21
DEBUG_SPINLOCK=DEBUG_SPINLOCK
1 jermar 22
 
34 jermar 23
# Uncomment if you want to compile in userspace support
136 vana 24
#USERSPACE=__USERSPACE__
34 jermar 25
 
1 jermar 26
# Uncomment if you want to run in the test mode
307 palkovsky 27
#TEST=__TEST__
1 jermar 28
 
19 jermar 29
TEST_FILE=test.c
1 jermar 30
 
31
# Select what test do you want to run
32
#TEST_DIR=synch/rwlock1/
33
#TEST_DIR=synch/rwlock2/
34
#TEST_DIR=synch/rwlock3/
307 palkovsky 35
#TEST_DIR=synch/rwlock4/
31 jermar 36
#TEST_DIR=synch/rwlock5/
1 jermar 37
#TEST_DIR=synch/semaphore1/
38
#TEST_DIR=synch/semaphore2/
376 jermar 39
#TEST_DIR=fpu/fpu1/
40
#TEST_DIR=fpu/sse1/
41
#TEST_DIR=fpu/mips1/
42
#TEST_DIR=print/print1/
43
#TEST_DIR=thread/thread1/
397 jermar 44
#TEST_DIR=mm/mapping1/