Subversion Repositories HelenOS-historic

Rev

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