Right to the top...
Thanks for the feedback. You know 10x more about this than I do, no
argument at all there.
Noted...always a possible downside to trying things.
As you can tell, I'm trying to poke around to find a reasonably elegant way to
avoid forcing a (basically unnecessary) update
On 2016-8-19 01:13 , Ken Cunningham wrote:
For your consideration
this small change in /base/src/port1.0/portconfigure.tcl
# Add flags to specify C++ STL implementation
if {${configure.cxx_stdlib} ne "" && [string match "*clang*" [option
configure.cxx]]} {
append_to_en
For your consideration
this small change in /base/src/port1.0/portconfigure.tcl
# Add flags to specify C++ STL implementation
if {${configure.cxx_stdlib} ne "" && [string match "*clang*" [option
configure.cxx]]} {
append_to_environment_value configure CXXFLAGS
-stdlib=$