Subversion Repositories HelenOS-historic

Rev

Rev 418 | Rev 452 | 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
 
423 decky 11
# If this is yes, strong CPU ordering is assumed
12
STRONG_ORDERING=no
13
 
1 jermar 14
# Support for symetric multiprocessors
284 palkovsky 15
SMP=__SMP__
1 jermar 16
 
17
# Improved support for hyperthreading
18
HT=__HT__
19
 
108 decky 20
# General debuging and assert checking disable
21
#NDEBUG=__NDEBUG__
22
 
1 jermar 23
# Deadlock detection support for spinlocks.
112 jermar 24
DEBUG_SPINLOCK=DEBUG_SPINLOCK
1 jermar 25
 
34 jermar 26
# Uncomment if you want to compile in userspace support
136 vana 27
#USERSPACE=__USERSPACE__
34 jermar 28
 
1 jermar 29
# Uncomment if you want to run in the test mode
307 palkovsky 30
#TEST=__TEST__
1 jermar 31
 
19 jermar 32
TEST_FILE=test.c
1 jermar 33
 
34
# Select what test do you want to run
35
#TEST_DIR=synch/rwlock1/
36
#TEST_DIR=synch/rwlock2/
37
#TEST_DIR=synch/rwlock3/
307 palkovsky 38
#TEST_DIR=synch/rwlock4/
31 jermar 39
#TEST_DIR=synch/rwlock5/
1 jermar 40
#TEST_DIR=synch/semaphore1/
41
#TEST_DIR=synch/semaphore2/
376 jermar 42
#TEST_DIR=fpu/fpu1/
43
#TEST_DIR=fpu/sse1/
44
#TEST_DIR=fpu/mips1/
45
#TEST_DIR=print/print1/
46
#TEST_DIR=thread/thread1/
397 jermar 47
#TEST_DIR=mm/mapping1/