summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-28 16:22:13 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-28 16:22:13 +0000
commite8c25721d120227672d20aa1525375b8cc3640ce (patch)
tree6b4d31d61cd57579b28058548d43ce04e75db829 /patches
parent28f2630fcaf4d92f0c932cecc42f155c4245517b (diff)
downloadOSELAS.Toolchain-e8c25721d120227672d20aa1525375b8cc3640ce.tar.gz
OSELAS.Toolchain-e8c25721d120227672d20aa1525375b8cc3640ce.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6248 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'patches')
-rw-r--r--patches/glibc-2.3.6/generic/csu_Makefile-quotes.diff22
-rw-r--r--patches/glibc-2.3.6/generic/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/patches/glibc-2.3.6/generic/csu_Makefile-quotes.diff b/patches/glibc-2.3.6/generic/csu_Makefile-quotes.diff
new file mode 100644
index 0000000..5ff7d39
--- /dev/null
+++ b/patches/glibc-2.3.6/generic/csu_Makefile-quotes.diff
@@ -0,0 +1,22 @@
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Subject: works now on ubuntu, where bin dash in /bin/sh
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+
+---
+ csu/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: glibc-2.3.6/csu/Makefile
+===================================================================
+--- glibc-2.3.6.orig/csu/Makefile
++++ glibc-2.3.6/csu/Makefile
+@@ -241,7 +241,7 @@ $(objpfx)version-info.h: $(common-objpfx
+ esac; \
+ files="$(all-Banner-files)"; \
+ if test -n "$$files"; then \
+- echo "\"Available extensions:\\n\""; \
++ echo '"Available extensions:\\n"'; \
+ sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
+ -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \
+ fi) > $@T
diff --git a/patches/glibc-2.3.6/generic/series b/patches/glibc-2.3.6/generic/series
index e2d0141..bbcefc2 100644
--- a/patches/glibc-2.3.6/generic/series
+++ b/patches/glibc-2.3.6/generic/series
@@ -3,3 +3,5 @@ sysdeps_arm_dl-machine_h-fix_bad_pc24.diff
sysdeps_unix_sysv_linux_arm_ioperm_c-BUS_ISA.diff
sysdeps_unix_sysv_linux_arm_socket_S-alias.diff
sysdeps_arm-fp-byteorder.diff
+csu_Makefile-quotes.diff
+Makefile-quotes.diff