Skip to content

Commit

Permalink
chore: make it clear that these flags are for ARM builds only
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 19, 2024
1 parent 5704c61 commit 8da4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ ifdef USE_OLDGCC
CFLAGS += -DUSE_OLDGCC
endif

#Common flags for all 32bit targets
#Common flags for all ARM 32bit targets
CPPFLAGS32=-DARMV6T2

#Common flags for all 64bit targets
#Common flags for all ARM 64bit targets
CPPFLAGS64=-DCPU_AARCH64

#Neon flags
Expand Down

0 comments on commit 8da4f03

Please sign in to comment.