This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [patch, mips] Fix stubs files for hard float vs. soft float


On Fri, 26 Oct 2012, Steve Ellcey wrote:

> +# Get value of abi-default

You mean, of default-abi.  '.' at end of comment.

> +abi-o32_soft-options := -D_MIPS_SIM=1 -D__mips_soft_float

Should also have -U__mips_hard_float (and, I'd say, -U_MIPS_SIM before the 
-D_MIPS_SIM=1).  Likewise for the other *-options variables.  This 
probably won't cause any issues in practice, since the syscall list don't 
depend on hard/soft float and that's where the *-options values are used, 
but it's logically correct.

OK with those changes if Roland doesn't see any other problems.

-- 
Joseph S. Myers
joseph@codesourcery.com


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