mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Make CROSS_TOOL_DIR and CROSS_TOOL_BIN_PREFIX ?=
This commit is contained in:
parent
dd350b1efb
commit
58f526a5f9
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ CPPFLAGS += -DVERSION=$(HEX_VERSION)
|
|||
LD_LIB_PATH += $(MODDIR)/lib
|
||||
|
||||
ifeq ($(TARGET),mingw)
|
||||
CROSS_TOOL_DIR = /opt/cross-tools
|
||||
CROSS_TOOL_BIN_PREFIX = $(CROSS_TOOL_DIR)/bin/i386-mingw32-
|
||||
CROSS_TOOL_DIR ?= /opt/cross-tools
|
||||
CROSS_TOOL_BIN_PREFIX ?= $(CROSS_TOOL_DIR)/bin/i386-mingw32-
|
||||
GCC = $(CROSS_TOOL_BIN_PREFIX)gcc
|
||||
GPP = $(CROSS_TOOL_BIN_PREFIX)g++
|
||||
STRIP = $(CROSS_TOOL_BIN_PREFIX)strip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue