Skip to content

Commit c9de72a

Browse files
committed
Remove unused make fragment
1 parent d132b40 commit c9de72a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

c/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ CFLAGS += -Wall -Wextra -fpic -O2 -fno-strict-aliasing -Wno-unused-parameter
77

88
SYS := $(shell gcc -dumpmachine)
99

10-
ifeq ($(SYS), x86_64-w64-mingw32)
11-
BUILDSYS := $(SYS)
12-
else
13-
BUILDSYS := $(shell bash $(LIBFFI_PATH)/config.guess)
14-
endif
15-
1610
ifneq (, $(findstring linux, $(SYS)))
1711
SUFFIX := so
1812

0 commit comments

Comments
 (0)