mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
11 lines
226 B
Diff
11 lines
226 B
Diff
--- util/ectool/Makefile 2020-05-20 15:20:52.396213112 +0200
|
|
+++ - 2020-05-20 15:20:46.512212915 +0200
|
|
@@ -15,6 +15,8 @@
|
|
LDFLAGS = -l$(shell uname -p)
|
|
endif
|
|
|
|
+LDFLAGS = -lgcc
|
|
+
|
|
all: $(PROGRAM)
|
|
|
|
$(PROGRAM): ec.o ectool.o
|