- Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Changes: https://github.com/koct9i/ioping/releases https://github.com/koct9i/ioping/blob/master/changelog
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- Makefile.orig 2022-08-24 08:30:48 UTC
|
|
+++ Makefile
|
|
@@ -35,7 +35,7 @@ MINGW = x86_64-w64-mingw32-
|
|
MINGW_CFLAGS = -specs=ucrt-spec -Wno-format
|
|
MINGW_LIBS = -lm
|
|
|
|
-CC = $(CROSS_COMPILE)gcc
|
|
+#CC = $(CROSS_COMPILE)gcc
|
|
STRIP = $(CROSS_COMPILE)strip
|
|
TARGET = $(shell ${CC} -dumpmachine)
|
|
|