Code review comment for lp:~peter-pearse/ubuntu/natty/blt/prop001

Revision history for this message
Steve Langasek (vorlon) wrote :

+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+ CONFIGURE = CC=$(DEB_HOST_GNU_TYPE)-gcc
+endif

That's not really standard, shouldn't autoconf pick this up for us automatically without having to set CC explicitly?

review: Needs Information

« Back to merge proposal