comparison dmd/link.c @ 132:1700239cab2e trunk

[svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
author lindquist
date Fri, 11 Jan 2008 17:57:40 +0100
parents 5825d48b27d1
children 44a95ac7368a
comparison
equal deleted inserted replaced
131:5825d48b27d1 132:1700239cab2e
286 //argv.push((void *)"-lphobos"); // turns into /usr/lib/libphobos.a 286 //argv.push((void *)"-lphobos"); // turns into /usr/lib/libphobos.a
287 argv.push((void *)"-lpthread"); 287 argv.push((void *)"-lpthread");
288 argv.push((void *)"-lm"); 288 argv.push((void *)"-lm");
289 289
290 std::string corelibpath = global.params.runtimeImppath; 290 std::string corelibpath = global.params.runtimeImppath;
291 corelibpath.append("/llvmdcore.bc"); 291 corelibpath.append("/libtango-base-llvmdc.a");
292 argv.append(global.params.objfiles); 292 argv.append(global.params.objfiles);
293 argv.push((void *)corelibpath.c_str()); 293 argv.push((void *)corelibpath.c_str());
294 294
295 if (!global.params.quiet) 295 if (!global.params.quiet)
296 { 296 {