comparison llvmdc-tango @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents d6b71647b622
children
comparison
equal deleted inserted replaced
662:88e23f8c2354 663:6aaa3d3c1183
1 ignore=object 1 ignore=object
2 2
3 compiler=llvmdc 3 compiler=ldc
4 inifile=llvmdc.conf 4 inifile=ldc.conf
5 5
6 exeext= 6 exeext=
7 objext=bc 7 objext=bc
8 8
9 9
10 version=LLVM 10 version=LLVM
11 version=LLVMDC 11 version=LDC
12 noversion=DigitalMars 12 noversion=DigitalMars
13 noversion=GNU 13 noversion=GNU
14 testversion=linux 14 testversion=linux
15 testversion=darwin 15 testversion=darwin
16 testversion=freebsd 16 testversion=freebsd
35 testversion=LLVM64 35 testversion=LLVM64
36 testversion=PIC 36 testversion=PIC
37 37
38 38
39 [compile] 39 [compile]
40 cmd=llvmdc -c $i 40 cmd=ldc -c $i
41 41
42 flag=$i 42 flag=$i
43 incdir=-I$i 43 incdir=-I$i
44 libdir=-L-L=$i 44 libdir=-L-L=$i
45 optimize=-O3 45 optimize=-O3
46 version=-version=$i 46 version=-version=$i
47 47
48 48
49 [link] 49 [link]
50 oneatatime=yes 50 oneatatime=yes
51 cmd=llvmdc $i -of$o 51 cmd=ldc $i -of$o
52 52
53 libdir=-L-L=$i 53 libdir=-L-L=$i
54 lib=-L-l=$i 54 lib=-L-l=$i
55 flag=-L$i 55 flag=-L$i
56 56