source: mainline/src/Makefile.config@ f2ffad4

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f2ffad4 was ea3fb2e, checked in by Jakub Vana <jakub.vana@…>, 20 years ago

Move fpu_owner pointer from cpu_arch_t to cpu_t.

  • Property mode set to 100644
File size: 618 bytes
Line 
1#ARCH=ia32
2#ARCH=mips
3ARCH=ia64
4#ARCH=powerpc
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.