File: nostrip.diff

package info (click to toggle)
fgetty 0.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 45
  • sloc: ansic: 579; makefile: 84
file content (16 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: Makefile
===================================================================
RCS file: /cvs/fgetty/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	5 Dec 2003 16:47:51 -0000	1.11
+++ Makefile	13 Nov 2006 14:33:12 -0000
@@ -13,7 +13,7 @@
 #	gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST
 	$(DIET) $(CROSS)gcc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST
 #	gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^
-	$(CROSS)strip -x -R .comment -R .note $@
+#	$(CROSS)strip -x -R .comment -R .note $@
 
 %: %.o
 	$(DIET) $(CROSS)gcc -o $@ $^ $(LDFLAGS)