Slightly strange combination and not actually tested, but could be useful for some developers -- some FPGA tool-sets come with a Cygwin cross-build environment for their target devices.
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
# CONFIG_SITE.cygwin-x86.linux-arm
|
|
#
|
|
# $Revision-Id$
|
|
#
|
|
# Site specific definitions for cygwin-x86 host - linux-arm target builds
|
|
#-------------------------------------------------------
|
|
|
|
# Tools install path
|
|
GNU_DIR = /usr/local/arm-linux
|
|
|
|
# GNU crosscompiler target name
|
|
GNU_TARGET = arm-linux
|
|
|
|
STATIC_BUILD = YES
|
|
SHARED_LIBRARIES = NO
|
|
|