On Sun, Dec 25, 2011 at 10:20:35AM +0900, Izumi Tsutsui wrote:
> > On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote:
> > > > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote:
> > > > > > > Log Message:
> > > > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.
> On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote:
> > > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote:
> > > > > > Log Message:
> > > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm
> > > > > > and gcc45
> > > > > > for workaround of a possibl
On Sun, Dec 25, 2011 at 09:54:37AM +0900, Izumi Tsutsui wrote:
> > On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote:
> > > > > Log Message:
> > > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and
> > > > > gcc45
> > > > > for workaround of a possible optimazati
> On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote:
> > > > Log Message:
> > > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and
> > > > gcc45
> > > > for workaround of a possible optimazation bug.
> > >
> > > Please make sure this only is applied if the active
On Sat, Dec 24, 2011 at 10:17:37PM +0900, Izumi Tsutsui wrote:
> > > Log Message:
> > > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and
> > > gcc45
> > > for workaround of a possible optimazation bug.
> >
> > Please make sure this only is applied if the active CC is GCC.
>
On 22.12.2011 13:32, Reinoud Zandijk wrote:
> I understand your confusion on this point. Its due to the way NetBSD/usermode
> is build and why it is build that way. The main goals/features, for me at
> least, and even though some were formulated allong the way, come back to:
>
> - it should behave
> > Log Message:
> > Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and gcc45
> > for workaround of a possible optimazation bug.
>
> Please make sure this only is applied if the active CC is GCC.
Isn't this enough?
---
.if defined(HAVE_GCC) && ${HAVE_GCC} == "45" && ${MACHINE_
On Sat, Dec 24, 2011 at 04:59:00AM +, Izumi Tsutsui wrote:
> Log Message:
> Specify "-fno-tree-ter" to getaddrinfo.c and gethnamaddr.c on arm and gcc45
> for workaround of a possible optimazation bug.
Please make sure this only is applied if the active CC is GCC.
Joerg