mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
patches: remove ELFkickers
The package ELFkickers has not been used for years, but the patches remain. Remove them. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
parent
290ae52db3
commit
b6a669728e
@ -1,12 +0,0 @@
|
||||
diff -dur ELFkickers.orig/sstrip/Makefile ELFkickers/sstrip/Makefile
|
||||
--- ELFkickers.orig/sstrip/Makefile 2001-03-24 12:58:27.000000000 +0100
|
||||
+++ ELFkickers/sstrip/Makefile 2007-05-31 21:17:18.000000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile for sstrip
|
||||
|
||||
sstrip: sstrip.c
|
||||
- gcc -ggdb -Wall -W -o sstrip sstrip.c
|
||||
+ $(CC) -Wall -W -o sstrip sstrip.c
|
||||
|
||||
clean:
|
||||
rm -f sstrip
|
Loading…
Reference in New Issue
Block a user