source: mainline/src/Makefile.config@ 39ae77b

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 39ae77b was 8fe379b5, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago

Test that really tests SSE context switching.

  • Property mode set to 100644
File size: 768 bytes
RevLine 
[ba18512]1#ARCH=ia32
[f761f1eb]2#ARCH=mips
[87be9cfb]3#ARCH=ia64
[2e5365f3]4#ARCH=ppc
[6bcf7d4]5#ARCH=amd64
[f761f1eb]6
7# Support for symetric multiprocessors
[23f4b1fb]8SMP=__SMP__
[f761f1eb]9
10# Improved support for hyperthreading
11HT=__HT__
12
[673104e]13# General debuging and assert checking disable
14#NDEBUG=__NDEBUG__
15
[f761f1eb]16# Deadlock detection support for spinlocks.
[b0bf501]17DEBUG_SPINLOCK=DEBUG_SPINLOCK
[f761f1eb]18
[ed0dd65]19# Uncomment if you want to compile in userspace support
[b5eb1ee]20#USERSPACE=__USERSPACE__
[ed0dd65]21
[f761f1eb]22# Uncomment if you want to run in the test mode
[23f4b1fb]23#TEST=__TEST__
[f761f1eb]24
[34b20f5d]25TEST_FILE=test.c
[f761f1eb]26
27# Select what test do you want to run
28#TEST_DIR=synch/rwlock1/
29#TEST_DIR=synch/rwlock2/
30#TEST_DIR=synch/rwlock3/
[b5eb1ee]31#TEST_DIR=synch/rwlock4/
[434f700]32#TEST_DIR=synch/rwlock5/
[f761f1eb]33#TEST_DIR=synch/semaphore1/
34#TEST_DIR=synch/semaphore2/
[00e00fa]35#TEST_DIR=fpu/fpu1
[8fe379b5]36#TEST_DIR=fpu/sse1
[23f4b1fb]37#TEST_DIR=print/print1
[ba18512]38#TEST_DIR=thread/thread1
Note: See TracBrowser for help on using the repository browser.