16 lines
437 B
Plaintext
16 lines
437 B
Plaintext
# CONFIG.Common.linux-arm_eb
|
|
#
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for linux-arm_eb (big endian) target builds
|
|
# Sites may override these definitions in CONFIG_SITE.Common.linux-arm_eb
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all Linux-arm targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-arm
|
|
|
|
ifeq ($(BUILD_CLASS),CROSS)
|
|
GNU_TARGET = armeb-linux
|
|
endif
|
|
|