summaryrefslogtreecommitdiffstats
path: root/patches/xli-1.17.0
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-10-21 16:34:57 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-10-21 17:55:57 +0200
commitd48be028d5b913163a92d40a2dcc9b7ad23beb00 (patch)
tree22906e355dfae971ebde5a8a381da19bcf6c899c /patches/xli-1.17.0
parent9383a3033b626472b1334f7ba02ff57d670c0e89 (diff)
downloadptxdist-d48be028d5b913163a92d40a2dcc9b7ad23beb00.tar.gz
ptxdist-d48be028d5b913163a92d40a2dcc9b7ad23beb00.tar.xz
[xli] add patch comments
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches/xli-1.17.0')
-rw-r--r--patches/xli-1.17.0/xli-1.17.0-makefile.diff10
-rw-r--r--patches/xli-1.17.0/xli-1.17.0-varargs.diff10
2 files changed, 20 insertions, 0 deletions
diff --git a/patches/xli-1.17.0/xli-1.17.0-makefile.diff b/patches/xli-1.17.0/xli-1.17.0-makefile.diff
index da5963c4c..302176cc7 100644
--- a/patches/xli-1.17.0/xli-1.17.0-makefile.diff
+++ b/patches/xli-1.17.0/xli-1.17.0-makefile.diff
@@ -1,3 +1,13 @@
+Subject: xli: makefile is not sysroot and generic compiler aware
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+
+Use $(SYSROOT) in front of paths and $(CC) for the compiler.
+Additionally, add some required libraries.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+
Index: Makefile.std
===================================================================
--- Makefile.std.orig
diff --git a/patches/xli-1.17.0/xli-1.17.0-varargs.diff b/patches/xli-1.17.0/xli-1.17.0-varargs.diff
index 052fdbeeb..388313449 100644
--- a/patches/xli-1.17.0/xli-1.17.0-varargs.diff
+++ b/patches/xli-1.17.0/xli-1.17.0-varargs.diff
@@ -1,3 +1,13 @@
+Subject: xli: use stdargs instead of varargs
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+
+Use stdarg.h instead of varargs.h, which is correct for recent
+toolchains.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+
Index: rlelib.c
===================================================================
--- rlelib.c.orig