source: mainline/Makefile.config@ 34c71ead

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 34c71ead was b9b103d3, checked in by Martin Decky <martin@…>, 20 years ago

Enable/disable CPU memory barriers at compile time

  • Property mode set to 100644
File size: 1005 bytes
Line 
1#ARCH=ia32
2#ARCH=mips32
3#ARCH=ia64
4#ARCH=ppc32
5#ARCH=amd64
6#ARCH=sparc64
7
8# If this is yes, then the native compiler will be used instead of cross compiler
9NATIVE_COMPILER=no
10
11# If this is yes, strong CPU ordering is assumed
12STRONG_ORDERING=no
13
14# Support for symetric multiprocessors
15SMP=__SMP__
16
17# Improved support for hyperthreading
18HT=__HT__
19
20# General debuging and assert checking disable
21#NDEBUG=__NDEBUG__
22
23# Deadlock detection support for spinlocks.
24DEBUG_SPINLOCK=DEBUG_SPINLOCK
25
26# Uncomment if you want to compile in userspace support
27#USERSPACE=__USERSPACE__
28
29# Uncomment if you want to run in the test mode
30#TEST=__TEST__
31
32TEST_FILE=test.c
33
34# Select what test do you want to run
35#TEST_DIR=synch/rwlock1/
36#TEST_DIR=synch/rwlock2/
37#TEST_DIR=synch/rwlock3/
38#TEST_DIR=synch/rwlock4/
39#TEST_DIR=synch/rwlock5/
40#TEST_DIR=synch/semaphore1/
41#TEST_DIR=synch/semaphore2/
42#TEST_DIR=fpu/fpu1/
43#TEST_DIR=fpu/sse1/
44#TEST_DIR=fpu/mips1/
45#TEST_DIR=print/print1/
46#TEST_DIR=thread/thread1/
47#TEST_DIR=mm/mapping1/
Note: See TracBrowser for help on using the repository browser.