public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* architecture dependent directory of C header
@ 2022-03-26 12:37 Da Shi Cao
  2022-03-26 14:50 ` Xi Ruoyao
  0 siblings, 1 reply; 6+ messages in thread
From: Da Shi Cao @ 2022-03-26 12:37 UTC (permalink / raw)
  To: gcc-help

When compiling a C source using gcc, the following list of directories to search for included header files could be displayed:
 /usr/lib/gcc/x86_64-linux-gnu/8/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed
 /usr/include/x86_64-linux-gnu  <--- arch dependent?
 /usr/include

I'd like to know how this arch dependent directory (/usr/include/x86_64-linux-gnu) be incorporated into the gcc if a gcc compiler is to be built?

Thanks,
Dashi Cao

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-28 10:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 12:37 architecture dependent directory of C header Da Shi Cao
2022-03-26 14:50 ` Xi Ruoyao
2022-03-26 23:53   ` Da Shi Cao
2022-03-27  9:37     ` Xi Ruoyao
2022-03-27 15:14       ` Da Shi Cao
2022-03-28 10:29         ` Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).