Subversion Repositories HelenOS-historic

Rev

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

Rev 418 Rev 423
Line 6... Line 6...
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__