comparison buildsys/mk/prolog.mk @ 632:ed19b429a152

- added explicit arm64 target, and clang tool options to Windows' configure.bat - configure.{bat,rc} now writing Makefile.config, for consistency/compatibility (e.g. configure.bat can now be used to set up env flags for a non-nmake toolchain) - simplified/decluttered Windows and Plan9 configure scripts (removal of unused/stale options, ...) - removed stale test/makepkg.sh helper
author Tassilo Philipp
date Sat, 19 Nov 2022 15:45:41 +0100
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
631:e5ad8cf0aa72 632:ed19b429a152
1 #////////////////////////////////////////////////////////////////////////////// 1 #//////////////////////////////////////////////////////////////////////////////
2 # 2 #
3 # Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>, 3 # Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>,
4 # Tassilo Philipp <tphilipp@potion-studios.com> 4 # 2010,2022 Tassilo Philipp <tphilipp@potion-studios.com>
5 # 5 #
6 # Permission to use, copy, modify, and distribute this software for any 6 # Permission to use, copy, modify, and distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
22 22
23 23
24 </$objtype/mkfile 24 </$objtype/mkfile
25 25
26 # Include config rules. 26 # Include config rules.
27 <$TOP/ConfigVars 27 <$TOP/Makefile.config
28 28
29 BUILD_HOST = $CONFIG_HOST
30 BUILD_OS = $CONFIG_OS
31 BUILD_ARCH = $CONFIG_ARCH
32 BUILD_TOOL = $CONFIG_TOOL
33 BUILD_ASM = $CONFIG_ASM
34 BUILD_CONFIG = $CONFIG_CONFIG
35