Subversion Repositories HelenOS-historic

Rev

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

Rev 327 Rev 328
Line 2... Line 2...
2
#ARCH=mips
2
#ARCH=mips
3
#ARCH=ia64
3
#ARCH=ia64
4
#ARCH=ppc
4
#ARCH=ppc
5
#ARCH=amd64
5
#ARCH=amd64
6
 
6
 
-
 
7
# If this is yes, then cross compiler will be used instead of host compiler
-
 
8
CROSS_COMPILER=no
-
 
9
 
7
# Support for symetric multiprocessors
10
# Support for symetric multiprocessors
8
SMP=__SMP__
11
SMP=__SMP__
9
 
12
 
10
# Improved support for hyperthreading
13
# Improved support for hyperthreading
11
HT=__HT__
14
HT=__HT__