Re: [rock-user] (Cross-)Building trunk for AMD64
"Bernhard C. Schrenk" <[email protected]> Fri, 22 Apr 2005 15:41:19 +0200 (CEST)
| Newsgroups | gmane.linux.distributions.rock.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I do not know what I have done different as I tried a cross build for
AMD64 but I have the log files and I found a difference:
On Fri, April 22, 2005 1:50 pm, Bernd Petrovitsch said:
> !> gcc -c dummy.c
> !> ar cru bin-x86_64/libcrypt.a dummy.o
> !> rm -f dummy.c dummy.o
> !> x86_64-unknown-linux-gnu-gcc-34 --specs=specs -isystem i ..
My log says:
x86_64-unknown-linux-gnu-gcc -c dummy.c
x86_64-unknown-linux-gnu-ar cru bin-x86_64/libcrypt.a dummy.o
rm -f dummy.c dummy.o
x86_64-unknown-linux-gnu-gcc --specs=specs -isystem include -Os
So there are the cross-gcc and cross-ar called instead. And also during
building bin-x86_64/dietlibc.a my log file shows the cross-ar. Maybe this
is a hint in finding the problem.
Regards,
Bernhard