Add sysroot-base-headers-all-archs makefile target.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-02-15 16:17:15 +01:00
parent c38f5605e8
commit 2cc95737c3
1 changed files with 7 additions and 0 deletions

View File

@ -163,6 +163,13 @@ everything: most-things iso.xz
# Targets that build multiple architectures.
.PHONY: sysroot-base-headers-all-archs
sysroot-base-headers-all-archs:
$(MAKE) clean
$(MAKE) sysroot-base-headers HOST=i486-sortix
$(MAKE) clean
$(MAKE) sysroot-base-headers HOST=x86_64-sortix
.PHONY: all-archs
all-archs:
$(MAKE) clean