Files
pcas/configure/os/CONFIG.Common.linux-arm_eb
Janet B. Anderson 0e8fb1017c Initial Version.
2007-12-10 21:28:59 +00:00

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