Subversion Repositories HelenOS-historic

Rev

Rev 423 | Rev 459 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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