Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 773652
Collapse All | Expand All

(-)a/src/compile.c (-2 / +1 lines)
Lines 572-578 static int dcc_gcc_rewrite_fqn(char **argv) Link Here
572
    if (!newcmd)
572
    if (!newcmd)
573
        return -ENOMEM;
573
        return -ENOMEM;
574
574
575
    if ((t = strstr(target_with_vendor, "-pc-"))) {
575
    if (0 && (t = strstr(target_with_vendor, "-pc-"))) {
576
        memcpy(newcmd, target_with_vendor, t - target_with_vendor);
576
        memcpy(newcmd, target_with_vendor, t - target_with_vendor);
577
        strcat(newcmd, t + strlen("-pc"));
577
        strcat(newcmd, t + strlen("-pc"));
578
    } else
578
    } else
579
- 

Return to bug 773652