Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Feb 2015 05:18:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197219] Insufficient compiler information provided by Uses/compiler.mk
Message-ID:  <bug-197219-13-GI9F9pvXr8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197219-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197219-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197219

--- Comment #2 from FreeBSD@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197219-13-GI9F9pvXr8>