We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220cdf2 commit 4f32a54Copy full SHA for 4f32a54
Makefile
@@ -229,7 +229,7 @@ CFLAGS-$(target)=\
229
--sysroot=$$(SDK_ROOT-$(target)) \
230
$$(CFLAGS-$(os))
231
LDFLAGS-$(target)=\
232
- --sysroot=$$(SDK_ROOT-$(target)) \
+ -isysroot $$(SDK_ROOT-$(target)) \
233
234
235
###########################################################################
0 commit comments