bug #28677: Cygwin's GCC no longer supports -mno-cygwin option

* configure.ac: For Win32 environments, add a check whether the
compiler understands the -mno-cygwin option.  If not, don't use
it but suggest using a different compiler.




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@930 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2010-01-19 10:03:05 +00:00
parent c33c2db3ad
commit ffe9655966
3 changed files with 49 additions and 14 deletions

10
NEWS
View File

@@ -7,12 +7,14 @@ Approximate change log for AVRDUDE by version.
----------------------------------------------------------------------
Current:
* New devices supported:
* New programmers supported:
* Bugfixes
- bug #28660: Problem with loading intel hex rom files that exceed
0x10000 bytes
- see ChangeLog for more details
* New Features
- (JTAG ICE / AVR Dragon) apply external reset if JTAG ID could
not be read
Version 5.9: