This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] For PR libstdc++/33203.
- From: Benjamin Kosnik <benjamin dot kosnik at gmail dot com>
- To: Danny Smith <dannysmith at clear dot net dot nz>
- Cc: libstdc++ at gcc dot gnu dot org, GCC-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 5 Sep 2007 14:39:05 -0500
- Subject: Re: [PATCH] For PR libstdc++/33203.
- References: <000001c7ef99$1780f2f0$204861cb@THOMAS>
> Is this approach OK.
Yes. Thanks.
> Danny Smith <dannysmith@users.sourceforge.net>
>
> PR libstdc++/33203
> * configure.host (error_constants_dir): New variable,
> defaulting to os/generic.
> ( mingw32*): Overide default.
> * configure.ac (ERROR_CONSTANTS_SRCDIR): New.
> * configure: Regenerate.
> * include/Makefile.am (host_headers): Add
> $(ERROR_CONSTANTS_SRCDIR)/error_constants.h .
> * include/Makefile.in: Regenerate.
> * include/system_error (enum posix_errno): Remove.
> Include <bits/error_constants.h, instead.
> * config/os/mingw32/error_constants.h: New.
> * config/os/generic/error_constants.h
Please check this in, after Roger Sayle checks in his darwin bits.
best,
benjamin