mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
defs.mk: COMPILER_SUITE clang -> gcc
Revert back to using gcc as default compiler suite because of link errors between gcc- and clang-produced object files. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9f336078c5
commit
b936c52025
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ endif
|
||||||
OS ?= $(shell sh $(MOD_SCRIPT_DIR)/get_os.sh)
|
OS ?= $(shell sh $(MOD_SCRIPT_DIR)/get_os.sh)
|
||||||
|
|
||||||
CREATE_DEVEL ?= true
|
CREATE_DEVEL ?= true
|
||||||
COMPILER_SUITE ?= clang
|
#COMPILER_SUITE ?= clang
|
||||||
COMPILER_SUITE ?= gcc
|
COMPILER_SUITE ?= gcc
|
||||||
|
|
||||||
ifeq ($(TARGET),mingw)
|
ifeq ($(TARGET),mingw)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue