7.2.2011 12:23, Kai Ruottu kirjoitti:
7.2.2011 11:55, ali hagigat kirjoitti:
A necessary feature for GCC is to compile C/Assembly programs without
standard libraries for Intel architectures.
That feature has always existed I think, even producing the executables
for GCC without any kind of target C library during the build has been
possible for the embedded targets like 'i386-aout', 'i386-coff' and
'i386-elf' (for different object formats).
Oops, of course this will succed for ANY target! Getting at least
'libgcc' for the embedded targets then has always been possible!