This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libiberty patch] Disable sys_errlist in strerror.c
- From: cgd at broadcom dot com
- To: drow at mvista dot com
- Cc: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>,gcc-patches at gcc dot gnu dot org
- Date: 01 Oct 2003 23:04:32 -0700
- Subject: Re: [libiberty patch] Disable sys_errlist in strerror.c
- References: <200310020020.h920KJb1026884@hiauly1.hia.nrc.ca><20031002041525.GA7221@nevyn.them.org><20031002042257.GA23535@nevyn.them.org><mailpost.1065068590.23336@news-sj1-1>
At Thu, 2 Oct 2003 04:23:10 +0000 (UTC), "Daniel Jacobowitz" wrote:
> 2003-10-02 Daniel Jacobowitz <drow@mvista.com>
>
> * strerror.c: Revert last change. Declare static sys_nerr
> and sys_errlist using different names.
With this patch, it seems to compile for mipsisa64-elf and mips-elf
(combined tree, w/ newlib+libgloss for libraries). Prior to this
patch, mipsisa64-elf builds croaked in the way described previously.
(Not tried anything more than compile, tho.)
cgd