Re: clang 3.8.0 amd64 targeting powerpc64 accepts -mlong-calls (instead of -mlongcall)

2016-01-15 Thread Roman Divacky
On Thu, Jan 14, 2016 at 01:54:06AM -0800, Mark Millard wrote: > Context: projects/clang380-import based amd64 FreeBSD used to try building > for powerpc64 > > In csu/powerpc64/Makefile I replaced: > > > CFLAGS+=-I${.CURDIR}/../common \ > > -I${.CURDIR}/../../libc/include

Re: clang 3.8.0 amd64 targeting powerpc64 accepts -mlong-calls (instead of -mlongcall)

2016-01-15 Thread Mark Millard
On 2016-Jan-15, at 9:08 AM, Roman Divacky wrote: > > On Thu, Jan 14, 2016 at 01:54:06AM -0800, Mark Millard wrote: >> Context: projects/clang380-import based amd64 FreeBSD used to try building >> for powerpc64 >> >> In csu/powerpc64/Makefile I replaced: >> >>> CFLAGS+=

clang 3.8.0 amd64 targeting powerpc64 accepts -mlong-calls (instead of -mlongcall)

2016-01-14 Thread Mark Millard
Context: projects/clang380-import based amd64 FreeBSD used to try building for powerpc64 In csu/powerpc64/Makefile I replaced: > CFLAGS+=-I${.CURDIR}/../common \ > -I${.CURDIR}/../../libc/include \ > -mlongcall . . . > CC:=gcc >