This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222549

Summary: Do not add toolchain dir into PATH var
Product: cnd Reporter: andrey_p <andrey_p>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description andrey_p 2012-11-21 14:14:58 UTC
When cross-compiling with GCC it's sometimes inconvenient to have toolchain bin directory added to the PATH. E.g. if build system involves building of some host-side tools these would be compiled with cross-compiler as well, because the cross-compiler dir is added before /usr/bin. Apparently this is not what's desired. The solution might involve configuration option in project properties to prohibit Netbeans from adding toolchain dir to the PATH when compiling
Comment 1 Quality Engineering 2016-04-13 01:48:01 UTC
Integrated into 'main-silver', will be available in build *201604130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7e12324ba0e9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #222549 Do not add toolchain dir into PATH var