comparison tango/lib/compiler/llvmdc/llvmdc.mak @ 305:2b72433d5c8c trunk

[svn r326] Fixed a bunch of issues with printf's that MinGW32 did not support. Fixed problems with label collisions when using labels inside inline asm. LabelStatement is now easily reached given its Identifier, which should be useful elsewhere too. Enabled inline asm for building the lib/compiler/llvmdc runtime code, fixing branches out of asm makes this possible.
author lindquist
date Fri, 27 Jun 2008 22:04:35 +0200
parents a168a2c3ea48
children 0d52412d5b1a
comparison
equal deleted inserted replaced
304:3ebc136702dd 305:2b72433d5c8c
22 22
23 #CFLAGS=-O3 $(ADD_CFLAGS) 23 #CFLAGS=-O3 $(ADD_CFLAGS)
24 CFLAGS=-g $(ADD_CFLAGS) 24 CFLAGS=-g $(ADD_CFLAGS)
25 25
26 #DFLAGS=-release -O3 -inline -w $(ADD_DFLAGS) 26 #DFLAGS=-release -O3 -inline -w $(ADD_DFLAGS)
27 DFLAGS=-g -w -noasm $(ADD_DFLAGS) 27 DFLAGS=-g -w $(ADD_DFLAGS)
28 28
29 #TFLAGS=-O3 -inline -w $(ADD_DFLAGS) 29 #TFLAGS=-O3 -inline -w $(ADD_DFLAGS)
30 TFLAGS=-g -w -noasm $(ADD_DFLAGS) 30 TFLAGS=-g -w $(ADD_DFLAGS)
31 31
32 DOCFLAGS=-version=DDoc 32 DOCFLAGS=-version=DDoc
33 33
34 CC=gcc 34 CC=gcc
35 LC=llvm-ar rsv 35 LC=llvm-ar rsv