mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Add CROSS_COMPILER and ARCH_BOOT settings for each architecture.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := x86_64-linux-gnu
|
||||
export CROSS_COMPILER := $(TOOLCHAIN)-
|
||||
export ARCH := amd64
|
||||
export UARCH := AMD64
|
||||
export ARCH_BOOT := grub
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := aarch64-linux-gnu
|
||||
export CROSS_COMPILER := $(TOOLCHAIN)-
|
||||
export ARCH := arm64
|
||||
export UARCH := ARM64
|
||||
export ARCH_BOOT := uboot
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := arm-linux-gnueabi
|
||||
export CROSS_COMPILER := $(TOOLCHAIN)-
|
||||
export ARCH := armel
|
||||
export UARCH := ARMEL
|
||||
export ARCH_BOOT := uboot
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
############################################################
|
||||
include $(ONL)/make/config.mk
|
||||
export TOOLCHAIN := powerpc-linux-gnu
|
||||
export CROSS_COMPILER := $(TOOLCHAIN)-
|
||||
export ARCH := powerpc
|
||||
export UARCH := PPC
|
||||
export ARCH_BOOT := uboot
|
||||
export __$(ARCH)__ := 1
|
||||
|
||||
Reference in New Issue
Block a user