source: mainline/src/Makefile.config@ 7135cf2

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

Rename test/fp to test/fpu.

  • Property mode set to 100644
File size: 634 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
20TEST=__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/
28#TEST_DIR=synch/rwlock4/
29#TEST_DIR=synch/rwlock5/
30#TEST_DIR=synch/semaphore1/
31#TEST_DIR=synch/semaphore2/
32TEST_DIR=fpu/fp0
Note: See TracBrowser for help on using the repository browser.