diff options
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | ports/qemu-arm/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4164f4fc1..ea2b78b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,7 @@ jobs: # qemu-arm port - stage: test + dist: bionic # needed for more recent version of qemu-system-arm with mps2-an385 target env: NAME="qemu-arm port build and tests" install: - sudo apt-get install gcc-arm-none-eabi diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile index b31284c59..f5329fe4d 100644 --- a/ports/qemu-arm/Makefile +++ b/ports/qemu-arm/Makefile @@ -7,7 +7,7 @@ QSTR_DEFS = qstrdefsport.h # include py core make definitions include $(TOP)/py/py.mk -BOARD ?= netduino2 +BOARD ?= mps2-an385 ifeq ($(BOARD),netduino2) CFLAGS += -mthumb -mcpu=cortex-m3 -mfloat-abi=soft |
