mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
defs.mk: Updated CROSS_TOOLS_BIN_PREFIX (i386 -> i686-pc)
This commit is contained in:
parent
1f091288f7
commit
98e15cb19e
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ LD_LIB_PATH += $(MODDIR)/lib
|
||||||
|
|
||||||
ifeq ($(TARGET),mingw)
|
ifeq ($(TARGET),mingw)
|
||||||
CROSS_TOOL_DIR ?= /opt/cross-tools
|
CROSS_TOOL_DIR ?= /opt/cross-tools
|
||||||
CROSS_TOOL_BIN_PREFIX ?= $(CROSS_TOOL_DIR)/bin/i386-mingw32-
|
CROSS_TOOL_BIN_PREFIX ?= $(CROSS_TOOL_DIR)/bin/i686-pc-mingw32-
|
||||||
GCC = $(CROSS_TOOL_BIN_PREFIX)gcc
|
GCC = $(CROSS_TOOL_BIN_PREFIX)gcc
|
||||||
GPP = $(CROSS_TOOL_BIN_PREFIX)g++
|
GPP = $(CROSS_TOOL_BIN_PREFIX)g++
|
||||||
STRIP = $(CROSS_TOOL_BIN_PREFIX)strip
|
STRIP = $(CROSS_TOOL_BIN_PREFIX)strip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue