File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 172172CROSS_COMPILE_HOST =
173173endif
174174
175- deplibs: libffi axtls
175+ deplibs: libffi
176176
177177# install-exec-recursive & install-data-am targets are used to avoid building
178178# docs and depending on makeinfo
@@ -182,13 +182,3 @@ libffi:
182182 mkdir -p $(MPTOP)/lib/libffi/build_dir; cd $(MPTOP)/lib/libffi/build_dir; \
183183 ../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \
184184 make install-exec-recursive; make -C include install-data-am
185-
186- axtls: $(MPTOP)/lib/axtls/README
187- cd $(MPTOP)/lib/axtls; cp config/upyconfig config/.config
188- cd $(MPTOP)/lib/axtls; make oldconfig -B
189- cd $(MPTOP)/lib/axtls; make clean
190- cd $(MPTOP)/lib/axtls; make all CC="$(CC)" LD="$(LD)"
191-
192- $(MPTOP)/lib/axtls/README:
193- @echo "You cloned without --recursive, fetching submodules for you."
194- (cd $(MPTOP); git submodule update --init --recursive)
You can’t perform that action at this time.
0 commit comments