diff options
author | Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | 2016-09-14 21:18:50 +0300 |
---|---|---|
committer | Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | 2016-09-14 21:18:50 +0300 |
commit | b6a669728eed01a623b98fa4d45a1e17cf67724b (patch) | |
tree | 41e26eb61fecc26f414dfa220149b7d95744a25d | |
parent | 290ae52db3cc086fdc3004f49ee6ecbf143ef313 (diff) | |
download | crosstool-ng-b6a669728eed01a623b98fa4d45a1e17cf67724b.tar.gz crosstool-ng-b6a669728eed01a623b98fa4d45a1e17cf67724b.tar.bz2 crosstool-ng-b6a669728eed01a623b98fa4d45a1e17cf67724b.zip |
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>
-rw-r--r-- | patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch b/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch deleted file mode 100644 index 373136bf..00000000 --- a/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch +++ /dev/null @@ -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 |