This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make check build failure (tst-printf-bz18872)


On Thu, 2015-10-08 at 14:32 -0700, Roland McGrath wrote:
> > No, this is not a cross-compile.  I built MIPS glibc on a MIPS system
> > using the native GCC compiler.
> 
> Odd that run-built-tests is no, then.  Do you have any special arguments on
> your make command line, or a configparms file?  What is cross-compiling
> set to in your config.make?

cross-compiling is set to yes.  It looks like I have the build argument
set incorrectly (to x86) on my configure line.

It seems like that is still a bug in the Makefile though, should I
submit a patch?

I found one other issue while doing 'make check'.  I am using GCC 4.6.3
on MIPS and string/tester.c didn't compile due to a
memset-transposed-args warning.  It looks like there is handling for
this in GCC 5.0 and later but not for 4.6.

Steve Ellcey
sellcey@imgtec.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]