Changeset e898296d in mainline for uspace/app/pcc/os/helenos/ccconfig.h
- Timestamp:
- 2011-08-11T00:16:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e01316f
- Parents:
- 814717fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/os/helenos/ccconfig.h
r814717fa re898296d 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
Note:
See TracChangeset
for help on using the changeset viewer.