source: mainline/src/Makefile.config@ d0c30f7

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since d0c30f7 was 9c0a9b3, checked in by Jakub Vana <jakub.vana@…>, 20 years ago

1) memcopy and _memcopy functions rewriten to ANSI C norm.
2) Repaired ia32,ia64 and mips version of SPARTAN to work with this memcopy functions
3) Warning for non declared funcions added and repaired ia32,ia64 and mips versions to pass build process with this warning and Werror option

  • Property mode set to 100644
File size: 747 bytes
Line 
1ARCH=ia32
2#ARCH=mips
3#ARCH=ia64
4#ARCH=ppc
5#ARCH=amd64
6
7# Support for symetric multiprocessors
8SMP=__SMP__
9
10# Improved support for hyperthreading
11HT=__HT__
12
13# General debuging and assert checking disable
14#NDEBUG=__NDEBUG__
15
16# Deadlock detection support for spinlocks.
17DEBUG_SPINLOCK=DEBUG_SPINLOCK
18
19# Uncomment if you want to compile in userspace support
20#USERSPACE=__USERSPACE__
21
22# Uncomment if you want to run in the test mode
23#TEST=__TEST__
24
25TEST_FILE=test.c
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/
31#TEST_DIR=synch/rwlock4/
32#TEST_DIR=synch/rwlock5/
33#TEST_DIR=synch/semaphore1/
34#TEST_DIR=synch/semaphore2/
35#TEST_DIR=fpu/fpu1
36#TEST_DIR=print/print1
37TEST_DIR=thread/thread1
Note: See TracBrowser for help on using the repository browser.