Ignore:
File:
1 edited

Legend:

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

    ra376c9e r0cf27ee  
    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.