Re: Architecture specific header files

2013-07-01 Thread Vít Ondruch
Dne 28.6.2013 15:04, Jakub Jelinek napsal(a): On Fri, Jun 28, 2013 at 02:58:12PM +0200, Vít Ondruch wrote: Dne 25.6.2013 15:41, Vít Ondruch napsal(a): Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any

Re: Architecture specific header files

2013-06-28 Thread Vít Ondruch
Dne 25.6.2013 15:41, Vít Ondruch napsal(a): Hi, Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. $ `gcc -print-prog-name=cc1` -v ignoring nonexistent directory /usr/lib/gcc/x86_64-redhat

Re: Architecture specific header files

2013-06-28 Thread Jakub Jelinek
On Fri, Jun 28, 2013 at 02:58:12PM +0200, Vít Ondruch wrote: Dne 25.6.2013 15:41, Vít Ondruch napsal(a): Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. gcc doesn't have such location, you'd

Re: Architecture specific header files

2013-06-28 Thread Vít Ondruch
Dne 28.6.2013 15:04, Jakub Jelinek napsal(a): On Fri, Jun 28, 2013 at 02:58:12PM +0200, Vít Ondruch wrote: Dne 25.6.2013 15:41, Vít Ondruch napsal(a): Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any

Re: Architecture specific header files

2013-06-26 Thread Vít Ondruch
Dne 25.6.2013 22:37, Björn Persson napsal(a): Petr Pisar wrote: On 2013-06-25, Vít Ondruch vondr...@redhat.com wrote: Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. I dont't think so. SDL

Architecture specific header files

2013-06-25 Thread Vít Ondruch
Hi, Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. $ `gcc -print-prog-name=cc1` -v ignoring nonexistent directory /usr/lib/gcc/x86_64-redhat-linux/4.8.1/include-fixed ignoring nonexistent

Re: Architecture specific header files

2013-06-25 Thread Petr Pisar
On 2013-06-25, Vít Ondruch vondr...@redhat.com wrote: Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. I dont't think so. SDL moves architecture specific header file into a private directory

Re: Architecture specific header files

2013-06-25 Thread Björn Persson
Petr Pisar wrote: On 2013-06-25, Vít Ondruch vondr...@redhat.com wrote: Is there some common practice, where to place architecture specific header files? From output of the following command, I can't see any such place. I dont't think so. SDL moves architecture specific header file