Initial Version.
This commit is contained in:
15
configure/os/CONFIG.Common.linux-arm_eb
Normal file
15
configure/os/CONFIG.Common.linux-arm_eb
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
11
configure/os/CONFIG.Common.linux-arm_el
Normal file
11
configure/os/CONFIG.Common.linux-arm_el
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# CONFIG.Common.linux-arm_el
|
||||||
|
#
|
||||||
|
# This file is maintained by the build community.
|
||||||
|
#
|
||||||
|
# Definitions for linux-arm_el (little endian) target builds
|
||||||
|
# Sites may override these definitions in CONFIG_SITE.Common.linux-arm_el
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Include definitions common to all linux-arm targets
|
||||||
|
include $(CONFIG)/os/CONFIG.Common.linux-arm
|
||||||
|
|
||||||
9
configure/os/CONFIG.linux-x86.linux-arm_eb
Normal file
9
configure/os/CONFIG.linux-x86.linux-arm_eb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# CONFIG.linux-x86.linux-arm_eb
|
||||||
|
#
|
||||||
|
# Definitions for linux-x86 host - linux-arm_eb (big endian) target builds
|
||||||
|
# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-arm_eb
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Include definitions for linux-arm targets
|
||||||
|
include $(CONFIG)/os/CONFIG.linux-x86.linux-arm
|
||||||
|
|
||||||
9
configure/os/CONFIG.linux-x86.linux-arm_el
Normal file
9
configure/os/CONFIG.linux-x86.linux-arm_el
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# CONFIG.linux-x86.linux-arm_el
|
||||||
|
#
|
||||||
|
# Definitions for linux-x86 host - linux-arm_el (little endian) target builds
|
||||||
|
# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-arm_el
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Include definitions for linux-arm targets
|
||||||
|
include $(CONFIG)/os/CONFIG.linux-x86.linux-arm
|
||||||
|
|
||||||
9
configure/os/CONFIG_SITE.linux-x86.linux-arm_eb
Normal file
9
configure/os/CONFIG_SITE.linux-x86.linux-arm_eb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# CONFIG_SITE.linux-x86.linux-arm_eb
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Site specific definitions for linux-x86 host - linux-arm_eb target builds
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Path to the GNU toolset for linux-arm_eb (big endian) target
|
||||||
|
#GNU_DIR = /local/anj/cross-arm/gcc-3.4.5-glibc-2.3.6/armeb-linux
|
||||||
10
configure/os/CONFIG_SITE.linux-x86.linux-arm_el
Normal file
10
configure/os/CONFIG_SITE.linux-x86.linux-arm_el
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# CONFIG_SITE.linux-x86.linux-arm_el
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Site specific definitions for linux-x86 host - linux-arm_el target builds
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Include definitions for linux-arm targets
|
||||||
|
include $(CONFIG)/os/CONFIG_SITE.linux-x86.linux-arm
|
||||||
|
|
||||||
Reference in New Issue
Block a user