[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to specify a limited set of languages to build in Debian gcc-{4.6,4.7}?



On 17.04.2012 14:46, Svante Signell wrote:
Hi,

I wonder how to most easily specify a limited set of languages to build
in Debian version of gcc-4.7 for a given architecture. It shows to be
non-trivial, with all these debian/{rules,rules.defs,rules2}, etc, and
adding to that the configure script in src. I would like to enable only
c,c++,go or just go, for testing/porting purposes.

DEB_BUILD_OPTIONS="nolang=mudflap,objc,obj-c++ nocheck"

you can't omit fortran, because it enables the quadmath build. patches welcome.


Reply to: