mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 01:07:01 +00:00
Export defined architecture symbol for convenient use in makefiles.
This commit is contained in:
@@ -7,5 +7,4 @@ include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := x86_64-linux-gnu
|
||||
export ARCH := amd64
|
||||
export UARCH := AMD64
|
||||
|
||||
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -7,3 +7,4 @@ include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := aarch64-linux-gnu
|
||||
export ARCH := arm64
|
||||
export UARCH := ARM64
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -7,3 +7,4 @@ include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := arm-linux-gnueabi
|
||||
export ARCH := armel
|
||||
export UARCH := ARMEL
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -7,5 +7,4 @@ include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := powerpc-linux-gnu
|
||||
export ARCH := powerpc
|
||||
export UARCH := PPC
|
||||
|
||||
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
Reference in New Issue
Block a user