Subversion Repositories HelenOS-historic

Rev

Rev 327 | Rev 341 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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