mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
micropython: Update to 1.94
Switched to normal tarballs for simplicity. Also rearanged Makefile. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
13
lang/python/micropython/patches/000-Makefile-no-errors.patch
Normal file
13
lang/python/micropython/patches/000-Makefile-no-errors.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/ports/unix/Makefile b/ports/unix/Makefile
|
||||
index cbdd3f3..0ab157d 100644
|
||||
--- a/ports/unix/Makefile
|
||||
+++ b/ports/unix/Makefile
|
||||
@@ -21,7 +21,7 @@ INC += -I$(TOP)
|
||||
INC += -I$(BUILD)
|
||||
|
||||
# compiler settings
|
||||
-CWARN = -Wall -Werror
|
||||
+CWARN = -Wall
|
||||
CWARN += -Wpointer-arith -Wuninitialized
|
||||
CFLAGS = $(INC) $(CWARN) -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
|
||||
|
||||
Reference in New Issue
Block a user