Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed May 6, 2024
1 parent 97284ad commit dc8f24f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ PLATFORM_CFLAGS += -std=c++17
PLATFORM_LDFLAGS += -lstdc++fs
PLATFORM_CXXVER = -std=c++17

PLATFORM_CFLAGS += -march=armv6
# PLATFORM_CFLAGS += -march=armv6
PLATFORM_CFLAGS += -marm

PLATFORM_CFLAGS += -mfpu=vfp
PLATFORM_CFLAGS += -mfloat-abi=hard
PLATFORM_CFLAGS += -fPIC
Expand Down

0 comments on commit dc8f24f

Please sign in to comment.