Subversion Repositories Kolibri OS

Rev

Rev 8157 | Rev 9305 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8157 Rev 9284
Line 126... Line 126...
126
           "  -nostdinc   do not use standard system include paths\n"
126
           "  -nostdinc   do not use standard system include paths\n"
127
           "  -nostdlib   do not link with standard crt and libraries\n"
127
           "  -nostdlib   do not link with standard crt and libraries\n"
128
           "  -Bdir       use 'dir' as tcc internal library and include path\n"
128
           "  -Bdir       use 'dir' as tcc internal library and include path\n"
129
           "  -MD         generate target dependencies for make\n"
129
           "  -MD         generate target dependencies for make\n"
130
           "  -MF depfile put generated dependencies here\n"
130
           "  -MF depfile put generated dependencies here\n"
-
 
131
#if defined(TCC_TARGET_MEOS) && !defined (TCC_TARGET_KX)
131
           "For KolibriOS only:\n"
132
           "For KolibriOS only:\n"
132
           "  -nobss      do not emit BSS section into file\n"
133
           "  -nobss      do not emit BSS section into file\n"
-
 
134
#endif
133
           );
135
           );
134
}
136
}
Line 135... Line 137...
135
 
137
 
136
/* re-execute the i386/x86_64 cross-compilers with tcc -m32/-m64: */
138
/* re-execute the i386/x86_64 cross-compilers with tcc -m32/-m64: */