Re: [PATCH, IA64] Fix building a bare-metal ia64 compiler

2015-12-16 Thread Bernd Edlinger
On 16.12.2015 05:59, Bernd Edlinger wrote: > Hi, > > On 16.12.2015 00:55 Bernd Schmidt wrote: >> On 12/15/2015 10:13 PM, Bernd Edlinger wrote: >>> due to recent discussion on the basic asm, and the special handling >>> of ASM_INPUT in ia64, I tried to build a bare-metal cross-compiler >>> for ia6

Re: [PATCH, IA64] Fix building a bare-metal ia64 compiler

2015-12-15 Thread Bernd Edlinger
Hi, On 16.12.2015 00:55 Bernd Schmidt wrote: > On 12/15/2015 10:13 PM, Bernd Edlinger wrote: >> due to recent discussion on the basic asm, and the special handling >> of ASM_INPUT in ia64, I tried to build a bare-metal cross-compiler >> for ia64, but that did not work, because it seems to be impos

Re: [PATCH, IA64] Fix building a bare-metal ia64 compiler

2015-12-15 Thread Bernd Edlinger
Hi, On 15.12.2015 22:55, Jeff Law wrote: > On 12/15/2015 02:13 PM, Bernd Edlinger wrote: >> Hi, >> >> due to recent discussion on the basic asm, and the special handling >> of ASM_INPUT in ia64, I tried to build a bare-metal cross-compiler >> for ia64, but that did not work, because it seems to

Re: [PATCH, IA64] Fix building a bare-metal ia64 compiler

2015-12-15 Thread Bernd Schmidt
On 12/15/2015 10:13 PM, Bernd Edlinger wrote: due to recent discussion on the basic asm, and the special handling of ASM_INPUT in ia64, I tried to build a bare-metal cross-compiler for ia64, but that did not work, because it seems to be impossible to build it without having a stdlib.h. Actually

Re: [PATCH, IA64] Fix building a bare-metal ia64 compiler

2015-12-15 Thread Jeff Law
On 12/15/2015 02:13 PM, Bernd Edlinger wrote: Hi, due to recent discussion on the basic asm, and the special handling of ASM_INPUT in ia64, I tried to build a bare-metal cross-compiler for ia64, but that did not work, because it seems to be impossible to build it without having a stdlib.h. W