Subversion Repositories Kolibri OS

Rev

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

Rev 6441 Rev 8154
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
           "For KolibriOS only:\n"
-
 
132
           "  -nobss      do not emit BSS section into file\n"
131
           );
133
           );
132
}
134
}
Line 133... Line 135...
133
 
135
 
134
/* re-execute the i386/x86_64 cross-compilers with tcc -m32/-m64: */
136
/* re-execute the i386/x86_64 cross-compilers with tcc -m32/-m64: */