Subversion Repositories HelenOS-historic

Rev

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

Rev 88 Rev 91
Line 3... Line 3...
3
#ARCH=ia64
3
#ARCH=ia64
4
#ARCH=powerpc
4
#ARCH=powerpc
5
#ARCH=amd64
5
#ARCH=amd64
6
 
6
 
7
# Support for symetric multiprocessors
7
# Support for symetric multiprocessors
8
#SMP=__SMP__
8
SMP=__SMP__
9
 
9
 
10
# Improved support for hyperthreading
10
# Improved support for hyperthreading
11
HT=__HT__
11
HT=__HT__
12
 
12
 
13
# Deadlock detection support for spinlocks.
13
# Deadlock detection support for spinlocks.
Line 27... Line 27...
27
#TEST_DIR=synch/rwlock3/
27
#TEST_DIR=synch/rwlock3/
28
#TEST_DIR=synch/rwlock4/
28
#TEST_DIR=synch/rwlock4/
29
#TEST_DIR=synch/rwlock5/
29
#TEST_DIR=synch/rwlock5/
30
#TEST_DIR=synch/semaphore1/
30
#TEST_DIR=synch/semaphore1/
31
#TEST_DIR=synch/semaphore2/
31
#TEST_DIR=synch/semaphore2/
32
TEST_DIR=fpu/fpu0
32
TEST_DIR=fpu/fpu1