source: mainline/src/Makefile.config@ 788ccb04

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

IA-32 can be now cross-compiled by ./build.ia32 cross.
Unify IA-32 Makefile.inc and Makefile.inc.cross.

Update doc/requirements.

Small changes elsewere.

  • Property mode set to 100644
File size: 883 bytes
Line 
1#ARCH=ia32
2#ARCH=mips
3#ARCH=ia64
4#ARCH=ppc
5#ARCH=amd64
6
7# If this is yes, then cross compiler will be used instead of host compiler
8CROSS_COMPILER=no
9
10# Support for symetric multiprocessors
11SMP=__SMP__
12
13# Improved support for hyperthreading
14HT=__HT__
15
16# General debuging and assert checking disable
17#NDEBUG=__NDEBUG__
18
19# Deadlock detection support for spinlocks.
20DEBUG_SPINLOCK=DEBUG_SPINLOCK
21
22# Uncomment if you want to compile in userspace support
23#USERSPACE=__USERSPACE__
24
25# Uncomment if you want to run in the test mode
26#TEST=__TEST__
27
28TEST_FILE=test.c
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/
34#TEST_DIR=synch/rwlock4/
35#TEST_DIR=synch/rwlock5/
36#TEST_DIR=synch/semaphore1/
37#TEST_DIR=synch/semaphore2/
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
Note: See TracBrowser for help on using the repository browser.