mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01: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)
|
||||
|
||||
CREATE_DEVEL ?= true
|
||||
COMPILER_SUITE ?= clang
|
||||
#COMPILER_SUITE ?= clang
|
||||
COMPILER_SUITE ?= gcc
|
||||
|
||||
ifeq ($(TARGET),mingw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue