comparison tango/lib/compiler/llvmdc/llvmdc.mak @ 212:4c2689d57ba4 trunk

[svn r228] Fixed: when new'ing basic types, the storage was not default initialized. Fixed: the tango/lib/compiler/llvmdc/llvmdc.mak makefile was a bit incorrect. Changed: the basic gc is now the default. Changed: renamed a few temporary names in the LLVM IR output.
author lindquist
date Tue, 27 May 2008 22:14:24 +0200
parents e881c9b1c738
children a168a2c3ea48
comparison
equal deleted inserted replaced
211:f66219e0d530 212:4c2689d57ba4
8 # make doc 8 # make doc
9 # Generate documentation 9 # Generate documentation
10 # make clean 10 # make clean
11 # Delete unneeded files created by build process 11 # Delete unneeded files created by build process
12 12
13 LIB_TARGET=libtango-rt-llvmdc.a 13 LIB_TARGET=libtango-base-llvmdc.a
14 LIB_MASK=libtango-rt-llvmdc*.a 14 LIB_MASK=libtango-base-llvmdc*.a
15 15
16 LIB_TARGET_C=libtango-rt-c-llvmdc.a 16 LIB_TARGET_C=libtango-base-c-llvmdc.a
17 LIB_MASK_C=libtango-rt-c-llvmdc*.a 17 LIB_MASK_C=libtango-base-c-llvmdc*.a
18 18
19 CP=cp -f 19 CP=cp -f
20 RM=rm -f 20 RM=rm -f
21 MD=mkdir -p 21 MD=mkdir -p
22 22