source: mainline/src/Makefile.config@ 30ef8ce

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 30ef8ce was 30ef8ce, checked in by Jakub Jermar <jakub@…>, 21 years ago

Early support for IA-64 architecture.

  • Property mode set to 100644
File size: 618 bytes
Line 
1ARCH=ia32
2#ARCH=mips
3#ARCH=powerpc
4#ARCH=ia64
5#ARCH=amd64
6
7# Support for symetric multiprocessors
8#SMP=__SMP__
9
10# Improved support for hyperthreading
11HT=__HT__
12
13# Deadlock detection support for spinlocks.
14DEBUG_SPINLOCK=DEBUG_SPINLOCK
15
16# Uncomment if you want to compile in userspace support
17#USERSPACE=__USERSPACE__
18
19# Uncomment if you want to run in the test mode
20#TEST=__TEST__
21
22TEST_FILE=test.c
23
24# Select what test do you want to run
25#TEST_DIR=synch/rwlock1/
26#TEST_DIR=synch/rwlock2/
27#TEST_DIR=synch/rwlock3/
28TEST_DIR=synch/rwlock4/
29#TEST_DIR=synch/rwlock5/
30#TEST_DIR=synch/semaphore1/
31#TEST_DIR=synch/semaphore2/
Note: See TracBrowser for help on using the repository browser.