[Bug 197219] Insufficient compiler information provided by Uses/compiler.mk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 2 05:18:56 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197219

--- Comment #2 from FreeBSD at ShaneWare.Biz ---
What if a preset database of compiler information was used?

This would only be a few KB of text that could easily be grep'd or preset
variables to test, with some conditionals to set all the relevant variables.

So if the default compiler is gcc 4.2 and alt compiler is clang 3.1, the
requested feature can be searched for in gcc42 clang31 and higher versions
until a match is found. Then the chosen compiler can be added to BUILD_DEPENDS,
CC/CXX/CPP can be set and chosen compiler and version can be set to match.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list