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, 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


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