We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c4c3d commit 92f5121Copy full SHA for 92f5121
depends/Makefile
@@ -209,7 +209,6 @@ $(host_prefix)/toolchain.cmake : toolchain.cmake.in $(host_prefix)/.stamp_$(fina
209
-e 's|@STRIP@|$(host_STRIP)|' \
210
-e 's|@OBJCOPY@|$(host_OBJCOPY)|' \
211
-e 's|@OBJDUMP@|$(host_OBJDUMP)|' \
212
- -e 's|@depends_prefix@|$(host_prefix)|' \
213
-e 's|@CFLAGS@|$(strip $(host_CFLAGS))|' \
214
-e 's|@CFLAGS_RELEASE@|$(strip $(host_release_CFLAGS))|' \
215
-e 's|@CFLAGS_DEBUG@|$(strip $(host_debug_CFLAGS))|' \
0 commit comments