configure: Added linux-microblaze target files
This commit is contained in:
21
configure/os/CONFIG.Common.linux-microblaze
Normal file
21
configure/os/CONFIG.Common.linux-microblaze
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# CONFIG.Common.linux-microblaze
|
||||||
|
#
|
||||||
|
# This file is maintained by the build community.
|
||||||
|
#
|
||||||
|
# Definitions for Xilinx MicroBlaze FPGA Soft Core Processor target builds.
|
||||||
|
# This target has been tested with the Xilinx Spartan 6 MicroBlaze.
|
||||||
|
|
||||||
|
# Site-specific overrides of these definitions should be made in the file
|
||||||
|
# CONFIG_SITE.Common.linux-microblaze
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# Include definitions common to all Linux targets
|
||||||
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
||||||
|
|
||||||
|
ARCH_CLASS = microblaze
|
||||||
|
|
||||||
|
ifeq ($(BUILD_CLASS),CROSS)
|
||||||
|
VALID_BUILDS = Ioc
|
||||||
|
GNU_TARGET = microblazeel-unknown-linux-gnu
|
||||||
|
CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET))
|
||||||
|
endif
|
||||||
14
configure/os/CONFIG_SITE.Common.linux-microblaze
Normal file
14
configure/os/CONFIG_SITE.Common.linux-microblaze
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# CONFIG_SITE.Common.linux-microblaze
|
||||||
|
#
|
||||||
|
# Site specific definitions for linux-microblaze target builds.
|
||||||
|
#-------------------------------------------------------
|
||||||
|
|
||||||
|
# The gnu tools for cross compiling for MicroBlaze (little endian)
|
||||||
|
# on Linux can be downloaded from the Xilinx git server:
|
||||||
|
# git clone git://git.xilinx.com/xldk/microblaze_v2.0_le.git
|
||||||
|
#
|
||||||
|
# The result contains a .tgz file with the tool-chain in it.
|
||||||
|
# Set GNU_DIR to point to the un-tarred tool-chain:
|
||||||
|
|
||||||
|
GNU_DIR = /usr/local/vw/microblaze-2.0/microblazeel-unknown-linux-gnu
|
||||||
|
|
||||||
Reference in New Issue
Block a user