Subversion Repositories HelenOS-historic

Rev

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

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