source: mainline/src/Makefile.config@ 6ba143d

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

Remove fpu_context pointer from context_t.
Add fpu_context statically to thread_t.
Two functions for saving and restoring FPU context on lazy switch.

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