Package: gcc-h8300-hms
Version: 1:3.4.6-3
Severity: serious
Hi,
Your package is failing to build on amd64 and powerpc with a simular
error. On amd64 it shows:
touch stamp-picdir
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -g -O2 -m32 -I.
-I../../../../libiberty/../include -W -Wall -Wtraditional -pedantic
../../../../libiberty/regex.c -o pic/regex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -O2 -m32 -I. -I../../../../libiberty/../include -W
-Wall -Wtraditional -pedantic ../../../../libiberty/regex.c -o regex.o
In file included from /usr/include/features.h:354,
from /usr/include/stdlib.h:25,
from ../../../../libiberty/regex.c:130:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
Note that it's trying to build something 32 bit (-m32). On powerpc
it's trying to build something 64 bit instead.
I see no reason why you would need to build 32 bit binaries for a 64
bit arch when building a cross compiler.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]