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