Index: Makefile =================================================================== --- Makefile (revision 345674) +++ Makefile (working copy) @@ -62,7 +62,10 @@ CFLAGS+= -fomit-frame-pointer . endif . if ${ARCH} == "i386" +_COMPILER_VERSION!= ${CC} --version +. if !${_COMPILER_VERSION:Mclang} CFLAGS+= -malign-double +. endif . endif WITHOUT_NO_STRICT_ALIASING= yes .endif # end OPTIMIZED_CFLAGS