Skip to content

Commit 81cf760

Browse files
committed
unix/makefile: Drop include path i686-linux-gnu.
This drops use of non-existing path `/usr/include/i686-linux-gnu` as default include paths shall suffice. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
1 parent 05342b0 commit 81cf760

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ports/unix/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ LDFLAGS += $(LDFLAGS_MOD) $(LDFLAGS_ARCH) -lm $(LDFLAGS_EXTRA)
116116
# Flags to link with pthread library
117117
LIBPTHREAD = -lpthread
118118

119-
ifeq ($(MICROPY_FORCE_32BIT),1)
120-
# Note: you may need to install i386 versions of dependency packages,
121-
# starting with linux-libc-dev:i386
122-
ifeq ($(MICROPY_PY_FFI),1)
123-
ifeq ($(UNAME_S),Linux)
124-
CFLAGS += -I/usr/include/i686-linux-gnu
125-
endif
126-
endif
127-
endif
128-
129119
ifeq ($(MICROPY_USE_READLINE),1)
130120
INC += -I$(TOP)/shared/readline
131121
CFLAGS += -DMICROPY_USE_READLINE=1

0 commit comments

Comments
 (0)