source: mainline/src/Makefile.config@ 2b50d7c

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

FPU work.
FPU code cleanup, add/fix copyright notices where needed.
Fix PI calculation to use double n instead of int n.
Make FPU test #1 even more stressing.

Re-enable O3 again.
Revert Makefile.config not to compile in any tests.

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