source:
mainline/Makefile.config@
75eacab
Last change on this file since 75eacab was fd3c9e5, checked in by , 20 years ago | |
---|---|
|
|
File size: 922 bytes |
Rev | Line | |
---|---|---|
[ba18512] | 1 | #ARCH=ia32 |
[60780c5] | 2 | #ARCH=mips32 |
[87be9cfb] | 3 | #ARCH=ia64 |
[60780c5] | 4 | #ARCH=ppc32 |
[6bcf7d4] | 5 | #ARCH=amd64 |
[f761f1eb] | 6 | |
[941d1e9] | 7 | # If this is yes, then the native compiler will be used instead of cross compiler |
8 | NATIVE_COMPILER=no | |
[9060bd1] | 9 | |
[f761f1eb] | 10 | # Support for symetric multiprocessors |
[23f4b1fb] | 11 | SMP=__SMP__ |
[f761f1eb] | 12 | |
13 | # Improved support for hyperthreading | |
14 | HT=__HT__ | |
15 | ||
[673104e] | 16 | # General debuging and assert checking disable |
17 | #NDEBUG=__NDEBUG__ | |
18 | ||
[f761f1eb] | 19 | # Deadlock detection support for spinlocks. |
[b0bf501] | 20 | DEBUG_SPINLOCK=DEBUG_SPINLOCK |
[f761f1eb] | 21 | |
[ed0dd65] | 22 | # Uncomment if you want to compile in userspace support |
[b5eb1ee] | 23 | #USERSPACE=__USERSPACE__ |
[ed0dd65] | 24 | |
[f761f1eb] | 25 | # Uncomment if you want to run in the test mode |
[e949fd6] | 26 | #TEST=__TEST__ |
[f761f1eb] | 27 | |
[34b20f5d] | 28 | TEST_FILE=test.c |
[f761f1eb] | 29 | |
30 | # Select what test do you want to run | |
31 | #TEST_DIR=synch/rwlock1/ | |
32 | #TEST_DIR=synch/rwlock2/ | |
33 | #TEST_DIR=synch/rwlock3/ | |
[e949fd6] | 34 | #TEST_DIR=synch/rwlock4/ |
[434f700] | 35 | #TEST_DIR=synch/rwlock5/ |
[f761f1eb] | 36 | #TEST_DIR=synch/semaphore1/ |
37 | #TEST_DIR=synch/semaphore2/ | |
[c9ed176] | 38 | #TEST_DIR=fpu/fpu1/ |
39 | #TEST_DIR=fpu/sse1/ | |
40 | #TEST_DIR=fpu/mips1/ | |
41 | #TEST_DIR=print/print1/ | |
42 | #TEST_DIR=thread/thread1/ | |
[fd3c9e5] | 43 | #TEST_DIR=mm/mapping1/ |
Note:
See TracBrowser
for help on using the repository browser.