dhewm3/neo
Daniel Gibson 443802b683 Fix D3_ARCH (work around CMake being useless)
CMAKE_SYSTEM_PROCESSOR used to be broken, CMake "fixed" it by redefining
its meaning (from "Target CPU" to "Host CPU except when crosscompiling").
On Windows it always prints the host CPU, on Linux it at least made trouble
in chroots and when running 64bit kernels with 32bit userlands (this used
to be not totally uncommon on x86 before distros completely switched to
amd64, and apparently Raspbian/Raspberry Pi OS does this on RPi4, see #267)

Thankfully gcc and clang support "-dumpmachine" to print their (default)
target system, so use that instead (MSVC already had a special case).
On the upside, this allows getting rid of the MinGW special case.
I hope this also works with Apple Clang..
2021-09-13 09:10:11 +02:00
..
cm Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
d3xp Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
framework Merge branch 'debugger' 2021-07-16 02:21:16 +02:00
game Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
idlib Merge branch 'debugger' 2021-07-16 02:21:16 +02:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Fix rendering of mars globe in main menu with some drivers 2021-08-17 19:43:01 +02:00
sound Restore C++98 compatibility (NULL instead of nullptr) 2021-07-17 18:24:46 +02:00
sys correctly reset iconvDesc 2021-07-19 01:28:43 +02:00
tools - another margin size fix 2021-07-18 22:06:38 +02:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Improve handling of "console key", add in_ignoreConsoleKey CVar 2021-07-15 07:00:18 +02:00
CMakeLists.txt Fix D3_ARCH (work around CMake being useless) 2021-09-13 09:10:11 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00