diff -r b6e3e1ed52a5 -r 7fc7910b6d94 components/rsyslog/Makefile --- a/components/rsyslog/Makefile Tue Dec 17 15:19:48 2013 -0800 +++ b/components/rsyslog/Makefile Tue Dec 17 15:59:46 2013 -0800 @@ -35,7 +35,11 @@ include ../../make-rules/configure.mk include ../../make-rules/ips.mk -COMPILER = gcc3 +COMPILER = gcc +# Parfait doesn't work with the GNU 4.7 compilers yet. +ifeq ($(strip $(PARFAIT_BUILD)),yes) +COMPILER = gcc3 +endif # This is needed for things to be built correctly. CONFIGURE_ENV += CFLAGS="$(CFLAGS)"