]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- avoid -ggdb build breakage
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jun 2004 16:53:03 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-g.patch -> 1.1

uClibc-g.patch [new file with mode: 0644]

diff --git a/uClibc-g.patch b/uClibc-g.patch
new file mode 100644 (file)
index 0000000..b56774e
--- /dev/null
@@ -0,0 +1,22 @@
+--- uClibc-0.9.26/libc/sysdeps/linux/i386/Makefile.orig        2004-06-20 16:02:33.000000000 +0000
++++ uClibc-0.9.26/libc/sysdeps/linux/i386/Makefile     2004-06-20 16:24:52.444039273 +0000
+@@ -70,7 +70,7 @@
+ ifeq ($(strip $(UCLIBC_PROFILING)),y)
+ gmon-start.S: ../common/gmon-start.c
+-      $(CC) $(CFLAGS) -c $< -S -o $*.S
++      $(CC) $(CFLAGS) -c $< -S -o $*.S -g0
+ gcrt1.o: $(CRT0_DEPS)
+ endif
+--- uClibc-0.9.26/libc/sysdeps/linux/powerpc/Makefile.orig     2004-06-20 16:24:35.857226425 +0000
++++ uClibc-0.9.26/libc/sysdeps/linux/powerpc/Makefile  2004-06-20 16:23:37.234884557 +0000
+@@ -59,7 +59,7 @@
+ ifeq ($(strip $(UCLIBC_PROFILING)),y)
+ gmon-start.S: ../common/gmon-start.c
+-      $(CC) $(CFLAGS) -c $< -S -o $*.S
++      $(CC) $(CFLAGS) -c $< -S -o $*.S -g0
+ gcrt1.o: $(CRT0_DEPS)
+ endif
This page took 0.10832 seconds and 4 git commands to generate.