Skip to content

Commit

Permalink
Fixup selftests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Jul 6, 2024
1 parent 98bfb32 commit 9687ae7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/testing/selftests/powerpc/flags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ GIT_VERSION := $(shell git describe --always --long --dirty || echo "unknown")
export GIT_VERSION
endif

ifeq ($(CFLAGS),)
CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(selfdir)/powerpc/include $(CFLAGS)
CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(selfdir)/powerpc/include $(USERCFLAGS)
export CFLAGS
endif

0 comments on commit 9687ae7

Please sign in to comment.