Changeset e898296d in mainline for uspace/app/pcc/cc/cc/cc.c


Ignore:
Timestamp:
2011-08-11T00:16:53Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e01316f
Parents:
814717fa
Message:

Integration fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/cc/cc.c

    r814717fa re898296d  
    11501150                        }
    11511151                }
     1152#ifdef __helenos__
     1153                av[j++] = "-T";
     1154                av[j++] = "/inc/_link.ld";
     1155#endif
     1156               
    11521157                av[j++] = 0;
    11531158                eflag |= callsys(ld, av);
Note: See TracChangeset for help on using the changeset viewer.