Skip to content

Commit aa2362d

Browse files
yf13dpgeorge
authored andcommitted
unix/Makefile: Drop include path of "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 2743068 commit aa2362d

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
@@ -120,16 +120,6 @@ LDFLAGS += $(LDFLAGS_MOD) $(LDFLAGS_ARCH) -lm $(LDFLAGS_EXTRA)
120120
# Flags to link with pthread library
121121
LIBPTHREAD = -lpthread
122122

123-
ifeq ($(MICROPY_FORCE_32BIT),1)
124-
# Note: you may need to install i386 versions of dependency packages,
125-
# starting with linux-libc-dev:i386
126-
ifeq ($(MICROPY_PY_FFI),1)
127-
ifeq ($(UNAME_S),Linux)
128-
CFLAGS += -I/usr/include/i686-linux-gnu
129-
endif
130-
endif
131-
endif
132-
133123
ifeq ($(MICROPY_USE_READLINE),1)
134124
INC += -I$(TOP)/shared/readline
135125
CFLAGS += -DMICROPY_USE_READLINE=1

0 commit comments

Comments
 (0)