diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-08-09 20:00:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 20:00:18 -0400 |
| commit | bbc034cd3dfc46ee7938faedc915fec91610c6a3 (patch) | |
| tree | 4fe11d359088e41790030fce0763471b76ab3fb4 /ports | |
| parent | b735b9dbed2132f07793324a40770f4bd96d9ae8 (diff) | |
| parent | 24e53ad5911f42efb6508b4a8dcf4a196a81494a (diff) | |
Merge pull request #1104 from tannewt/more_strings
Fixes and translate more strings.
Diffstat (limited to 'ports')
| -rwxr-xr-x | ports/atmel-samd/Makefile | 4 | ||||
| -rw-r--r-- | ports/esp8266/esp8266_common.ld | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index fd7d5f298..20f3ea46c 100755 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -1,7 +1,3 @@ -# Set default python interpreters -PYTHON2 ?= $(which python2 || which python2.7) -PYTHON3 ?= python3 - # Select the board to build for. ifeq ($(BOARD),) $(error You must provide a BOARD parameter) diff --git a/ports/esp8266/esp8266_common.ld b/ports/esp8266/esp8266_common.ld index b247e3ffd..c76b83bc4 100644 --- a/ports/esp8266/esp8266_common.ld +++ b/ports/esp8266/esp8266_common.ld @@ -89,6 +89,7 @@ SECTIONS *common-hal/*.o*(.literal* .text*) *shared-bindings/*.o*(.literal* .text*) *shared-module/*.o*(.literal* .text*) + *supervisor/*.o*(.literal* .text*) *py/argcheck.o*(.literal* .text*) *py/asm*.o*(.literal* .text*) |
