Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c75be877
Unverified
Commit
c75be877
authored
Aug 01, 2018
by
Terry Ellison
Committed by
GitHub
Aug 01, 2018
Browse files
Merge pull request #2446 from devsaurus/use_target_toolchain
use ar from esp toolchain instead of host
parents
cddefbca
8e8b5df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c75be877
...
...
@@ -227,8 +227,8 @@ $(TOP_DIR)/sdk/.patched-$(SDK_VER): $(TOP_DIR)/cache/$(SDK_PATCH_VER).patch
$(TOP_DIR)/sdk/.pruned-$(SDK_VER)
:
rm
-f
$(SDK_DIR)
/lib/liblwip.a
$(SDK_DIR)
/lib/libssl.a
$(SDK_DIR)
/lib/libmbedtls.a
ar
d
$(SDK_DIR)
/lib/libmain.a time.o
ar
d
$(SDK_DIR)
/lib/libc.a lib_a-time.o
$(AR)
d
$(SDK_DIR)
/lib/libmain.a time.o
$(AR)
d
$(SDK_DIR)
/lib/libc.a lib_a-time.o
touch
$@
$(TOP_DIR)/cache/v$(SDK_FILE_VER).zip
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment