summaryrefslogtreecommitdiff
path: root/mcon/U/gccvers.U
Commit message (Collapse)AuthorAge
* Note that gccversion only contains major version.Raphael Manfredi2020-05-16
| | | | | | | | | | | | | | | | | | | | We used to say things like: case "$gccversion" in 1*) ... but that was wrong because it now starts to catch version 10 as well, for cases that only pertained to gcc version 1! We now need to say: case "$gccversion" in 1) ... 2) ... etc. to handle versions 1 and 2 differently. Thanks to Dmitry Butskoy for spotting this bug.
* Remove trailing whitespace in meta-lines in units (#3)H.Merijn Brand2016-05-22
|
* Fixed spelling: Licence -> License.rmanfredi2013-05-08
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@167 2592e710-e01b-42a5-8df0-11608a6cc53d
* Applied mega patch from Christian Biere to greatly improve feature detectionrmanfredi2010-11-27
| | | | | | | and make a huge step towards better support for cross-compiling. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@34 2592e710-e01b-42a5-8df0-11608a6cc53d
* * Use the preprocessor output to detect the GCC version instead of executingcbiere2008-06-16
| | | | | | | the compiled binary which is unsuitable for cross-compiling. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@28 2592e710-e01b-42a5-8df0-11608a6cc53d
* Removed stale Mcc dependency.rmanfredi2006-08-28
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@13 2592e710-e01b-42a5-8df0-11608a6cc53d
* Moving project to sourceforge.rmanfredi2006-08-24
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@1 2592e710-e01b-42a5-8df0-11608a6cc53d