33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
# CONFIG_SITE.linux-x86.linux-arm
|
|
#
|
|
# Site specific definitions for linux-x86 host - linux-arm target builds
|
|
#-------------------------------------------------------
|
|
|
|
# Set GNU crosscompiler target name
|
|
GNU_TARGET = arm-xilinx-linux-gnueabi
|
|
|
|
# Set GNU tools install path
|
|
# Examples are installations at the APS:
|
|
#GNU_DIR = /usr/local/vw/zynq-2011.09
|
|
GNU_DIR = /usr/local/vw/zynq-2016.1/gnu/arm/lin
|
|
#GNU_DIR = /usr/local/Xilinx/SDK/2016.3/gnu/arm/lin
|
|
#GNU_DIR = /APSshare/XilinxSDK/2015.4/gnu/arm/lin
|
|
|
|
# If cross-building shared libraries and the paths on the target machine are
|
|
# different than on the build host, you should uncomment the lines below to
|
|
# disable putting runtime library paths in products and shared libraries.
|
|
# You will also need to provide another way for programs to find their shared
|
|
# libraries at runtime, such as by setting LD_LIBRARY_PATH or by using
|
|
# mechanisms related to /etc/ld.so.conf
|
|
#SHRLIBDIR_RPATH_LDFLAGS_YES_NO =
|
|
#PRODDIR_RPATH_LDFLAGS_YES_NO =
|
|
# Note: It may be simpler to just set STATIC_BUILD=YES here and not
|
|
# try to use shared libraries at all in these circumstances.
|
|
|
|
# To use libreadline, point this to its install prefix
|
|
#READLINE_DIR = $(GNU_DIR)
|
|
#READLINE_DIR = /tools/cross/linux-x86.linux-arm/readline
|
|
# See CONFIG_SITE.Common.linux-arm for other COMMANDLINE_LIBRARY values
|
|
#COMMANDLINE_LIBRARY = READLINE
|
|
|