comparison test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 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 f13444192ceb
comparison
equal deleted inserted replaced
631:e5ad8cf0aa72 632:ed19b429a152
1 default: all 1 default: all
2 .PHONY: all clean 2 .PHONY: all clean
3 3
4 TOP = ../../.. 4 TOP = ../../..
5 5
6 include $(TOP)/ConfigVars 6 include $(TOP)/Makefile.config
7 7
8 ifeq ("${CONFIG_OS}","iphoneos") 8 ifeq ("${CONFIG_OS}","iphoneos")
9 DIFFSCRIPT=diff-iphoneos.sh 9 DIFFSCRIPT=diff-iphoneos.sh
10 else 10 else
11 DIFFSCRIPT=diff-generic.sh 11 DIFFSCRIPT=diff-generic.sh