summaryrefslogtreecommitdiffstats
path: root/platform_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Add NetBSD support.Ryo ONODERA2014-07-191-1/+6
| | | | It works fine under NetBSD/amd64 6.99.47.
* Use unversioned gnukfreebsd platform.Felix Geyer2014-05-301-2/+2
|
* fixed platform_helper.py msvc_needs_fs testPatrick von Reth2013-12-051-1/+1
|
* Fix up platform_helper for MSVC, with Python 2.6.8 the arguments have to be ↵Neil Mitchell2013-11-181-1/+1
| | | | in a list, not space separated (unless you set Shell to true)
* Fix compilation on VS2013Scott Graham2013-10-181-2/+10
|
* Fix tabs/spaces inconsistency.Kim Grasman2013-08-051-3/+2
|
* cleanup based on comments from martineDavid Hill2013-06-291-1/+1
|
* support BitrigDavid Hill2013-06-291-1/+6
|
* Fixed the build on Debian/kfreebsdGary Kramlich2013-05-251-1/+3
|
* Fix bootstrap on OS X.Nico Weber2013-05-081-1/+2
| | | | This was broken in 4c552c2c3cbc07acce9c1a379fee054a3f680100.
* Add support for OpenBSD.Matthew Dempsky2013-05-011-1/+6
| | | | | | Use ppoll() on OpenBSD. Also, fix interrupt handling to recognize that on FreeBSD and OpenBSD, an interrupt might have been delivered even if pselect()/ppoll() don't return -1/EINTR.
* share platform support between configure/bootstrapPatrick von Reth2013-04-301-0/+63