K 10 svn:author V 3 kwm K 8 svn:date V 27 2010-12-14T19:33:15.000000Z K 7 svn:log V 295 $CFLAGS are redundant for compiling .s files. GCC stays quiet, but Clang gives a warning of unused arguments. The configure check greps for warning, so the check fails. Remove $CFLAGS to clang doesn't emit the warnings. PR: ports/152480 Submitted by: me Patch by: dim@ Approved by: maintainer END