summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gcc-gte.pl
Commit message (Collapse)AuthorAgeFilesLines
* Use env in hashbangs to placate necrocomputing OSes with packaged perl ↵Adam Borowski2009-12-021-1/+1
| | | | installed in /usr/local/bin/
* gcc-gte.pl: use 1/0 instead of Yes/NoSteven Noonan2009-10-181-6/+6
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Fix it returning "No" if any of the parts of gcc's version was less thanMatthew Cline2009-10-141-0/+10
| | | | | the target version (e.g., "4.3.0 >= 4.2.5" was returning "No" because 0 < 5).
* makefile: detect if GCC is >= 4.3.0 before adding -Wno-array-boundsSteven Noonan2009-10-141-0/+59
GCC versions less than 4.3.0 had a compiler error because the -Wno-array-bounds flag wasn't valid. Signed-off-by: Steven Noonan <steven@uplinklabs.net>