This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Clean up No_Run_Time tests in exp_ch4.adb
> Is there a replacement for it?
You can configure manually a self made run-time by setting flags
(e.g. Configurable_Run_Time and Suppress_Standard_Library) in system.ads
> It still might be interesting to write stuff for early Linux boot
> for example or to avoid waste of space in some Linux gadgets (like my
> Nokia N810).
Right, in which case you should target a bare target, and not a linux
target.
Arno