Changeset ac08cd9 in mainline for uspace/app/pcc/os/helenos/ccconfig.h


Ignore:
Timestamp:
2011-08-20T18:31:45Z (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:
6b9355a
Parents:
c8f70eb (diff), 6ab014d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge PCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/os/helenos/ccconfig.h

    rc8f70eb rac08cd9  
    3535#define CPPADD  { "-D__helenos__", "-D__ELF__", NULL, }
    3636
    37 #define CRT0FILE ""
    38 #define CRT0FILE_PROFILE ""
     37#undef CRT0FILE
     38#undef CRT0FILE_PROFILE
    3939
    40 #define LIBCLIBS { NULL }
     40#define LIBCLIBS { "/lib/libc.a", "/lib/libsoftfloat.a", "/lib/libsoftint.a", NULL }
    4141#define LIBCLIBS_PROFILE LIBCLIBS
    4242
     
    4747#define ENDFILES_S { NULL }
    4848
    49 #define STARTLABEL "_start"
     49#define STARTLABEL "__entry"
    5050
    5151#if defined(mach_ia32)
     
    7474
    7575#ifndef STDINC
    76 #define STDINC "/include/"
     76#define STDINC "/inc/c/"
    7777#endif
    7878
     
    8181#endif
    8282
    83 // XXX: what's STABS?
    84 // #define STABS
     83#define STABS
     84
    8585#ifndef ELFABI
    8686#define ELFABI
Note: See TracChangeset for help on using the changeset viewer.