Subversion Repositories HelenOS-historic

Rev

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

Rev 376 Rev 381
Line 2... Line 2...
2
#ARCH=mips32
2
#ARCH=mips32
3
#ARCH=ia64
3
#ARCH=ia64
4
#ARCH=ppc32
4
#ARCH=ppc32
5
#ARCH=amd64
5
#ARCH=amd64
6
 
6
 
7
# If this is yes, then cross compiler will be used instead of host compiler
7
# If this is yes, then the native compiler will be used instead of cross compiler
8
CROSS_COMPILER=no
8
NATIVE_COMPILER=no
9
 
9
 
10
# Support for symetric multiprocessors
10
# Support for symetric multiprocessors
11
SMP=__SMP__
11
SMP=__SMP__
12
 
12
 
13
# Improved support for hyperthreading
13
# Improved support for hyperthreading