Skip to content

Commit

Permalink
s/Work around/Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Sep 22, 2021
1 parent a3fcf3d commit 353e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ifdef CONFIG_WINDOWS
LDFLAGS_c += -Wl,--pic-executable,--entry,_WinMainCRTStartup
endif

# Work around for GCC 10 linking shared libgcc by default
# Workaround for GCC 10 linking shared libgcc by default
LDFLAGS_g += -static-libgcc
else
# Disable Linux features on other systems
Expand Down

0 comments on commit 353e113

Please sign in to comment.