summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-04-28 08:41:51 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-03 13:17:45 +0200
commita4ab17fcce672d8efa9828911a167cff13b327a7 (patch)
treeff7349ba8d5b25b3eb0a49fdf87f351bfe566279 /patches
parent300afd2bc0438e0be7a8eb83ecbda466510e8227 (diff)
downloadptxdist-a4ab17fcce672d8efa9828911a167cff13b327a7.tar.gz
ptxdist-a4ab17fcce672d8efa9828911a167cff13b327a7.tar.xz
[gdb] patch cleanup
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/gdb-6.8/Makefile_in_cppflags.diff50
1 files changed, 20 insertions, 30 deletions
diff --git a/patches/gdb-6.8/Makefile_in_cppflags.diff b/patches/gdb-6.8/Makefile_in_cppflags.diff
index f9b567415..f9fcc4b8f 100644
--- a/patches/gdb-6.8/Makefile_in_cppflags.diff
+++ b/patches/gdb-6.8/Makefile_in_cppflags.diff
@@ -1,34 +1,24 @@
-#
-# Submitted-By: Marc Kleine-Budde, 2006-03-20
-# Committed-By: Marc Kleine-Budde
-#
-# Error:
-#
-# checking for arm-softfloat-linux-gnu-dlltool... arm-softfloat-linux-gnu-dlltool
-# checking for arm-softfloat-linux-gnu-windres... arm-softfloat-linux-gnu-windres
-# checking for arm-softfloat-linux-gnu-mig... no
-# checking for mig... no
-# checking for main in -lm... yes
-# checking for wctype... yes
-# checking for library containing gethostbyname... none required
-# checking for library containing socketpair... none required
-# checking for library containing waddstr... no
-# checking for library containing tgetent... no
-# configure: error: no termcap library found
-# make[2]: *** [configure-gdb] Error 1
-#
-# Description:
-#
-# gdb forgets the {LD,CPP}FLAGS_FOR_TARGET
-#
-# State:
-#
-# unknown
-#
+From: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
+Subject: gdb forgets the {LD,CPP}FLAGS_FOR_TARGET
+
+checking for arm-softfloat-linux-gnu-dlltool... arm-softfloat-linux-gnu-dlltool
+checking for arm-softfloat-linux-gnu-windres... arm-softfloat-linux-gnu-windres
+checking for arm-softfloat-linux-gnu-mig... no
+checking for mig... no
+checking for main in -lm... yes
+checking for wctype... yes
+checking for library containing gethostbyname... none required
+checking for library containing socketpair... none required
+checking for library containing waddstr... no
+checking for library containing tgetent... no
+configure: error: no termcap library found
+make[2]: *** [configure-gdb] Error 1
+
+Signed-off-by: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
---
-# Makefile.in | 2 ++
-# 1 file changed, 2 insertions(+)
-#
+ Makefile.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
Index: Makefile.in
===================================================================
--- Makefile.in.orig 2008-03-27 19:23:26.000000000 +0100