comparison tango/lib/llvmdc-posix.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 3c8c58c24aa8
comparison
equal deleted inserted replaced
211:f66219e0d530 212:4c2689d57ba4
15 LIB_TARGET_C=libtango-base-c-llvmdc.a 15 LIB_TARGET_C=libtango-base-c-llvmdc.a
16 LIB_MASK_C=libtango-base-c-llvmdc*.a 16 LIB_MASK_C=libtango-base-c-llvmdc*.a
17 17
18 DIR_CC=./common/tango 18 DIR_CC=./common/tango
19 DIR_RT=./compiler/llvmdc 19 DIR_RT=./compiler/llvmdc
20 #DIR_GC=./gc/basic 20 DIR_GC=./gc/basic
21 DIR_GC=./gc/stub 21 #DIR_GC=./gc/stub
22 22
23 CP=cp -f 23 CP=cp -f
24 RM=rm -f 24 RM=rm -f
25 MD=mkdir -p 25 MD=mkdir -p
26 26