Commit History

Author SHA1 Message Date
  Maarten ter Huurne 7e0f3f15fd Convert build scripts to Python 3 5 years ago
  Maarten ter Huurne f623713913 Use print function syntax 5 years ago
  Maarten ter Huurne 5a907862ff Capture exceptions using 'as' instead of ',' 5 years ago
  Hans de Goede cb98eb205b Fix openMSX using the wrong endianness on ppc64le 5 years ago
  Maarten ter Huurne db2cddf1a5 Removed Maemo5 support 8 years ago
  Maarten ter Huurne c3bc611883 Pass detectsys results space-separated 9 years ago
  Maarten ter Huurne 12d370c129 Use mingw-w64 as default platform for non-VS Windows builds 9 years ago
  Maarten ter Huurne 92fc9edb1c Fix CPU type autodetection on little endian MIPS (mipsel) 10 years ago
  Maarten ter Huurne 95d807e97c Add build support for 64-bit ARM 10 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Maarten ter Huurne d5134b99ac Support "sgi" as an architecture name for 64-bit big endian MIPS. OpenBSD uses this. Thanks to Anthony Bentley for the patch. 12 years ago
  Maarten ter Huurne 5d64142698 Added OS support for Dragonfly BSD. Thanks to John Marino. 12 years ago
  Maarten ter Huurne 665bed7bc6 OpenBSD can report PowerPC as "macppc". Thanks to Anthony Bentley for reporting this. 12 years ago
  Sean Young 3196b12bc2 Don't moan about maemo absence on ARM 13 years ago
  Sean Young cba9350886 Cleanup maemo5 detection 14 years ago
  Sean Young eaec9f1d5f Autodetect maemo5 14 years ago
  Maarten ter Huurne ea35927c4e Autodetect feasibility of x86-64 on OS X, by checking whether a 32-bit or 64-bit version of Python is used. 14 years ago
  Maarten ter Huurne 017c0800ce Added support for Atmel AVR32 CPUs. 15 years ago
  Maarten ter Huurne e68ce5fcdc Corrected and simplified detection of GNU/kFreeBSD. Thanks to Cyril Brulebois for reporting it was broken. 15 years ago
  Maarten ter Huurne c68be56ef7 Added support for Renesas SuperH CPUs. Based on info from a Catapult patch from Nobuhiro Iwamatsu. 15 years ago
  Sean Young 1bf27a102c Fix compile on Solaris. GL detection still broken and "test -e" not supported 15 years ago
  Maarten ter Huurne 25d39e7274 Support CPU name "parisc*" for HP PA-RISC. 15 years ago
  Maarten ter Huurne fd057f9d21 On a 64-bit Windows host, target CPU should be x86 instead of x86_64, since MinGW does not support 64-bit yet and our build system does not support VC++ yet. 15 years ago
  Maarten ter Huurne 89f0cc57b9 Work around different uname output format in Hurd. 15 years ago
  Maarten ter Huurne e652c8e98f Deal with Python failing to detect CPU or OS (it returns empty string then). Also added workaround for failing CPU detection on Windows: assume x86. 15 years ago
  Maarten ter Huurne 812eb9da89 When detection fails, raise ValueError instead of returning None, because an exception can contain a message describing the problem. It is mostly about name mapping, so the input name is what we need to track down problems. 15 years ago
  Maarten ter Huurne ab930618ab Wrote a Python equivalent of "detectsys.sh". Most of the actual detection is done by the "platform" module; this script just remaps the names. 15 years ago