AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Things are still dependent on "newlib" by default #160

Closed 3246251196 closed 4 months ago

3246251196 commented 11 months ago

RJD.log

There is still some dependency on which ever c-runtime is being used. We should remove this completely.

Attached is a full run of building CLIB4 where the only difference is adding "-v" to all CC invocations.

You can just search for "newlib".

I say "dependent" - it likely has no effect, but we really should get rid of it, completely in order to be sure.

afxgroup commented 11 months ago

It is the as command that is loading newlib. Don't know if -nostdinc has the same behaviour also with it. However assembly files doesn't use any include at all. It is just pure assembler code. So no big deal

afxgroup commented 7 months ago

Is this resolved?