Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/net
> > 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_CPU} == "arm"
COPTS.getaddrinfo.c+= -fno-tree-ter
COPTS.gethnamaddr.c+= -fno-tree-ter
.endif
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index