Subversion Repositories HelenOS-historic

Rev

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

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