Export defined architecture symbol for convenient use in makefiles.

This commit is contained in:
Jeffrey Townsend
2017-09-06 16:30:14 -07:00
parent 36c31ff7a5
commit 454180823c
4 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,4 @@ include $(ONL)/make/config.mk
export TOOLCHAIN := x86_64-linux-gnu
export ARCH := amd64
export UARCH := AMD64
export __$(ARCH)__ := 1

View File

@@ -7,3 +7,4 @@ include $(ONL)/make/config.mk
export TOOLCHAIN := aarch64-linux-gnu
export ARCH := arm64
export UARCH := ARM64
export __$(ARCH)__ := 1

View File

@@ -7,3 +7,4 @@ include $(ONL)/make/config.mk
export TOOLCHAIN := arm-linux-gnueabi
export ARCH := armel
export UARCH := ARMEL
export __$(ARCH)__ := 1

View File

@@ -7,5 +7,4 @@ include $(ONL)/make/config.mk
export TOOLCHAIN := powerpc-linux-gnu
export ARCH := powerpc
export UARCH := PPC
export __$(ARCH)__ := 1