This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Eliminating the dependency on the old C header files


Hi,

it seems the latest gcc (v9 svn) unfortunately still needs
the C headers of the (old) system compiler, for example stdio.h .

Is it possible to let the build process create also new C headers,
so that no dependency anymore exists to the old C header files?

What other alternatives are there?
What minimal/essential C headers would one need to provide
instead of the full /usr/include dir?

--
Thx


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]