summaryrefslogtreecommitdiff
path: root/patches/ELFkickers
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 17:00:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 17:00:43 (GMT)
commitd472c9b9514663f0bea963ca137b4230f990afb3 (patch)
treef18b3bb20c8da952ac445960f5e802ce57928131 /patches/ELFkickers
parent51554bf237037946b12f7aea97708f1a64c091a6 (diff)
Add the first tool facility: sstrip.
Diffstat (limited to 'patches/ELFkickers')
-rw-r--r--patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 0000000..373136b
--- /dev/null
+++ b/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch
@@ -0,0 +1,12 @@
+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