Skip to content

Commit

Permalink
counter_analysis_toolkit: use 'ifndef' for more idiomatic code
Browse files Browse the repository at this point in the history
  • Loading branch information
willowec committed Oct 24, 2024
1 parent c5cc874 commit ebb84b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/counter_analysis_toolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifeq ($(USEMPI),true)
endif

## Try to auto-detect architecture if it is not set.
ifeq ($(origin ARCH), undefined)
ifndef ARCH
UNAME_M:=$(shell uname -m)

ARCH=POWER
Expand Down

0 comments on commit ebb84b2

Please sign in to comment.