We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8687fe1 commit 4b5c18bCopy full SHA for 4b5c18b
1 file changed
arch/arm/src/common/Toolchain.defs
@@ -233,7 +233,7 @@ else
233
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
234
235
ifeq ($(GCCVER),)
236
- export GCCVER := $(shell $(CC) --version | grep gcc | sed -r 's/.* ([0-9]+\.[0-9]+).*/\1/')
+ export GCCVER := $(shell $(CC) --version | grep gcc | sed -r "s/.* ([0-9]+\.[0-9]+).*/\1/")
237
endif
238
239
ifeq ($(GCCVER),12.2)
0 commit comments