summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-09-05 14:10:41 +1000
committerDamien George <damien.p.george@gmail.com>2018-09-08 00:07:23 +1000
commit6ad5355e4334c746a8638e1aa5d7116415a5c4ac (patch)
tree5f68bbab956408aa1bca757eec74784623dc62e4
parent0be2ea50e98f9d742b9611d0289853a11d9e7f53 (diff)
unix/Makefile: Remove building of libaxtls.a which is no longer needed.
-rw-r--r--ports/unix/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile
index 537b0207a..402c85dca 100644
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -221,8 +221,7 @@ nanbox:
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_nanbox.h>"' \
BUILD=build-nanbox \
PROG=micropython_nanbox \
- MICROPY_FORCE_32BIT=1 \
- axtls all
+ MICROPY_FORCE_32BIT=1
freedos:
$(MAKE) \
@@ -249,7 +248,7 @@ coverage:
-DMICROPY_UNIX_COVERAGE' \
LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \
FROZEN_DIR=coverage-frzstr FROZEN_MPY_DIR=coverage-frzmpy \
- BUILD=build-coverage PROG=micropython_coverage axtls all
+ BUILD=build-coverage PROG=micropython_coverage
coverage_test: coverage
$(eval DIRNAME=ports/$(notdir $(CURDIR)))
@@ -280,14 +279,7 @@ libffi:
../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out --disable-structs CC="$(CC)" CXX="$(CXX)" LD="$(LD)" CFLAGS="-Os -fomit-frame-pointer -fstrict-aliasing -ffast-math -fno-exceptions"; \
$(MAKE) install-exec-recursive; $(MAKE) -C include install-data-am
-axtls: $(BUILD)/libaxtls.a
-
-$(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
- cd $(TOP)/lib/axtls; cp config/upyconfig config/.config
- cd $(TOP)/lib/axtls; $(MAKE) oldconfig -B
- cd $(TOP)/lib/axtls; $(MAKE) clean
- cd $(TOP)/lib/axtls; $(MAKE) all CC="$(CC)" LD="$(LD)"
- cp $(TOP)/lib/axtls/_stage/libaxtls.a $@
+axtls: $(TOP)/lib/axtls/README
$(TOP)/lib/axtls/README:
@echo "You cloned without --recursive, fetching submodules for you."