Skip to content

Commit

Permalink
core: Enable clang for ppc64.
Browse files Browse the repository at this point in the history
CI: handle debian.
  • Loading branch information
sobomax committed Oct 17, 2024
1 parent bd95d9e commit c2f41d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ endif #ARCH, sparc64
#if ipaq/netwinder
ifeq ($(ARCH), arm)
# if gcc
ifeq ($(CC_NAME), gcc)
ifeq ($(CC_NAME:clang=gcc), gcc)
#common stuff
CFLAGS+=$(CC_OPTIMIZE_FLAG) -funroll-loops -Wcast-align $(PROFILE) \
-Wall -marm
Expand Down Expand Up @@ -1298,7 +1298,7 @@ endif #ARCH, ppc
#if ppc64
ifeq ($(ARCH), ppc64)
# if gcc
ifeq ($(CC_NAME), gcc)
ifeq ($(CC_NAME:clang=gcc), gcc)
#common stuff
CFLAGS+=$(CC_OPTIMIZE_FLAG) -funroll-loops $(PROFILE) -Wall
ifeq ($(CC_CLASS), 4.x)
Expand Down

0 comments on commit c2f41d4

Please sign in to comment.