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 249832 - Cygwin 3.x and 4.x tool collections issue.
Summary: Cygwin 3.x and 4.x tool collections issue.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 14:03 UTC by Alexander Simon
Modified: 2015-01-16 03:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-01-15 14:03:19 UTC
Netbeans has two Cygwin based tool collections (Cygwin and Cygwin_4.x).
The diffidence between tool collections is in a flag "-mno-cygwin".
The flag is not supported since GNU 4.x version.
The second issue is in tool collection recognition. Cygwin_4.x tool collection cannot recognize future GNU 5.x compiler.
So time to:
- drop supporting GNU 3.x versions.
- rename Cygwin_4.x to Cygwin
- fix compiler recognition.
Comment 1 Alexander Simon 2015-01-15 15:19:27 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d15ca8147987
Comment 2 Quality Engineering 2015-01-16 03:48:57 UTC
Integrated into 'main-silver', will be available in build *201501160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d15ca8147987
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #249832 Cygwin 3.x and 4.x tool collections issue.