Changes in uspace/app/pcc/os/helenos/ccconfig.h [a376c9e:0cf27ee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/os/helenos/ccconfig.h
ra376c9e r0cf27ee 35 35 #define CPPADD { "-D__helenos__", "-D__ELF__", NULL, } 36 36 37 # define CRT0FILE ""38 # define CRT0FILE_PROFILE ""37 #undef CRT0FILE 38 #undef CRT0FILE_PROFILE 39 39 40 #define LIBCLIBS { NULL }40 #define LIBCLIBS { "/lib/libc.a", "/lib/libsoftfloat.a", "/lib/libsoftint.a", NULL } 41 41 #define LIBCLIBS_PROFILE LIBCLIBS 42 42 … … 47 47 #define ENDFILES_S { NULL } 48 48 49 #define STARTLABEL "_ start"49 #define STARTLABEL "__entry" 50 50 51 51 #if defined(mach_ia32) … … 74 74 75 75 #ifndef STDINC 76 #define STDINC "/inc lude/"76 #define STDINC "/inc/c/" 77 77 #endif 78 78 … … 81 81 #endif 82 82 83 // XXX: what's STABS? 84 // #define STABS 83 #define STABS 84 85 85 #ifndef ELFABI 86 86 #define ELFABI
Note:
See TracChangeset
for help on using the changeset viewer.