[Bug 57] New: DMD should support linking with something other than "gcc"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 19 23:56:06 PST 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=57

           Summary: DMD should support linking with something other than
                    "gcc"
           Product: D
           Version: 0.150
          Platform: All
               URL: http://www.digitalmars.com/drn-
                    bin/wwwnews?digitalmars.D.bugs/6650
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: unknown at simplemachines.org


Currently, "gcc" is hardcoded in link.c.  It seems to me that this should,
instead, respect the $CC environment variable - so that, at least, a "gcc32"
could easily be used by modifying dmd.conf (without creating a silly symlink or
something.)

This would probably be more portable and work better when gcc is not on the
path, but CC is set.

Thanks,
-[Unknown]


-- 




More information about the Digitalmars-d-bugs mailing list