24 lines
741 B
Plaintext
24 lines
741 B
Plaintext
# CONFIG_SITE.linux-x86.windows-x64-mingw
|
|
#
|
|
# Configuration for linux-x86 host windows-x64-mingw target builds
|
|
#-------------------------------------------------------
|
|
|
|
# Early versions of the MinGW cross-build tools can only build
|
|
# static (non-DLL) libraries. For example RHEL's cross-gcc 4.4.6
|
|
# needs these uncommented, cross-gcc 4.6.3 for Ubuntu does not:
|
|
#SHARED_LIBRARIES = NO
|
|
#STATIC_BUILD = YES
|
|
|
|
# The cross-build tools are in $(GNU_DIR)/bin
|
|
# Default is /usr
|
|
#GNU_DIR = /usr/local
|
|
|
|
# Different distribution cross-build packages use different prefixes:
|
|
# Ubuntu:
|
|
#CMPLR_PREFIX = i686-w64-mingw32-
|
|
# RHEL:
|
|
CMPLR_PREFIX = x86_64-w64-mingw32-
|
|
|
|
# Use static compiler-support libraries
|
|
OP_SYS_LDFLAGS += -static-libgcc -static-libstdc++
|