mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Rename ARCH to HOST_ARCH
Use a common naming convention for the variable [1][2][3]. In an upcoming patch the Makefile variable `BUILD_ARCH` will be introduced. [1] https://www.gnu.org/software/automake/manual/html_node/Cross_002dCompilation.html [2] https://docs.yoctoproject.org/ref-manual/variables.html#term-HOST_ARCH [3] https://mesonbuild.com/Cross-compilation.html#cross-compilation Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
de88b1c71b
commit
0c1a5069d9
@@ -59,7 +59,7 @@ endif
|
||||
|
||||
$(SUB_DIRS):
|
||||
$(foreach goal,$(MAKECMDGOALS), \
|
||||
$(MAKE) -C $@ TOPDIR=$(TOPDIR) ARCH=$(ARCH) $(goal) ;)
|
||||
$(MAKE) -C $@ TOPDIR=$(TOPDIR) HOST_ARCH=$(HOST_ARCH) $(goal) ;)
|
||||
.PHONY: $(SUB_DIRS)
|
||||
|
||||
.PHONY: all install clean install-scripts install-manpages install-usrsbin-scripts
|
||||
|
||||
Reference in New Issue
Block a user