Maarten ter Huurne
|
7e0f3f15fd
Convert build scripts to Python 3
|
před 5 roky |
Maarten ter Huurne
|
f623713913
Use print function syntax
|
před 5 roky |
Maarten ter Huurne
|
5a907862ff
Capture exceptions using 'as' instead of ','
|
před 5 roky |
Hans de Goede
|
cb98eb205b
Fix openMSX using the wrong endianness on ppc64le
|
před 5 roky |
Maarten ter Huurne
|
db2cddf1a5
Removed Maemo5 support
|
před 8 roky |
Maarten ter Huurne
|
c3bc611883
Pass detectsys results space-separated
|
před 9 roky |
Maarten ter Huurne
|
12d370c129
Use mingw-w64 as default platform for non-VS Windows builds
|
před 9 roky |
Maarten ter Huurne
|
92fc9edb1c
Fix CPU type autodetection on little endian MIPS (mipsel)
|
před 10 roky |
Maarten ter Huurne
|
95d807e97c
Add build support for 64-bit ARM
|
před 10 roky |
wouter
|
d089095d55
Various text-processing stuff
|
před 11 roky |
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.
|
před 12 roky |
Maarten ter Huurne
|
5d64142698
Added OS support for Dragonfly BSD. Thanks to John Marino.
|
před 12 roky |
Maarten ter Huurne
|
665bed7bc6
OpenBSD can report PowerPC as "macppc". Thanks to Anthony Bentley for reporting this.
|
před 12 roky |
Sean Young
|
3196b12bc2
Don't moan about maemo absence on ARM
|
před 13 roky |
Sean Young
|
cba9350886
Cleanup maemo5 detection
|
před 14 roky |
Sean Young
|
eaec9f1d5f
Autodetect maemo5
|
před 14 roky |
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.
|
před 14 roky |
Maarten ter Huurne
|
017c0800ce
Added support for Atmel AVR32 CPUs.
|
před 15 roky |
Maarten ter Huurne
|
e68ce5fcdc
Corrected and simplified detection of GNU/kFreeBSD. Thanks to Cyril Brulebois for reporting it was broken.
|
před 15 roky |
Maarten ter Huurne
|
c68be56ef7
Added support for Renesas SuperH CPUs. Based on info from a Catapult patch from Nobuhiro Iwamatsu.
|
před 15 roky |
Sean Young
|
1bf27a102c
Fix compile on Solaris. GL detection still broken and "test -e" not supported
|
před 15 roky |
Maarten ter Huurne
|
25d39e7274
Support CPU name "parisc*" for HP PA-RISC.
|
před 15 roky |
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.
|
před 15 roky |
Maarten ter Huurne
|
89f0cc57b9
Work around different uname output format in Hurd.
|
před 15 roky |
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.
|
před 15 roky |
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.
|
před 15 roky |
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.
|
před 15 roky |