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: [PATCH] Cleanup MIPS preconfigure script


On Tue, 2014-09-09 at 18:08 +0100, Maciej W. Rozycki wrote:
> On Tue, 9 Sep 2014, Steve Ellcey wrote:
> 
> > +if test "$abiflag" != "_ABIO32" -a "$mips16flag" = "1"; then
> > +	as_fn_error $? "mips16 is only supported with the O32 ABI." "$LINENO" 5
> > +fi
> 
>  Hmm, I think the capitalisation is weird here, why not:
> 
> +	as_fn_error $? "MIPS16 is only supported with the o32 ABI." "$LINENO" 5
> 
> ?
> 
>   Maciej

I already checked it in but I can go back and tweak the capitalization
if you want.

Steve Ellcey
sellcey@mips.com


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