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 - Do not add toolchain dir into PATH var
Summary: Do not add toolchain dir into PATH var
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 14:14 UTC by andrey_p
Modified: 2016-04-13 18:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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