summaryrefslogtreecommitdiffstats
path: root/patches/localedef-eglibc-2.14.1-r17443-ptx1
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 18:01:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 18:01:55 +0200
commite057a106d8e2a97822515e387e985c6cfb207d75 (patch)
tree652951146b962bd8937991914df2460fbf324e0f /patches/localedef-eglibc-2.14.1-r17443-ptx1
parent660f548a1c3412fb6f1c32ad3daac816f0c37498 (diff)
downloadptxdist-e057a106d8e2a97822515e387e985c6cfb207d75.tar.gz
ptxdist-e057a106d8e2a97822515e387e985c6cfb207d75.tar.xz
host-localedef: use LDFLAGS
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/localedef-eglibc-2.14.1-r17443-ptx1')
-rw-r--r--patches/localedef-eglibc-2.14.1-r17443-ptx1/0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch1
-rw-r--r--patches/localedef-eglibc-2.14.1-r17443-ptx1/0002-set-and-use-LDFLAGS.patch30
-rw-r--r--patches/localedef-eglibc-2.14.1-r17443-ptx1/series3
3 files changed, 32 insertions, 2 deletions
diff --git a/patches/localedef-eglibc-2.14.1-r17443-ptx1/0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch b/patches/localedef-eglibc-2.14.1-r17443-ptx1/0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch
index 11c9e2caf..d4d70f30d 100644
--- a/patches/localedef-eglibc-2.14.1-r17443-ptx1/0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch
+++ b/patches/localedef-eglibc-2.14.1-r17443-ptx1/0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch
@@ -1,4 +1,3 @@
-From e363247cae85b8c43d5d4cc8b0e188ff090942b1 Mon Sep 17 00:00:00 2001
From: Bernhard Walle <bernhard@bwalle.de>
Date: Sun, 8 Apr 2012 16:25:09 +0200
Subject: [PATCH] argp-fmtstream.h: Force inlining of 'extern inline'
diff --git a/patches/localedef-eglibc-2.14.1-r17443-ptx1/0002-set-and-use-LDFLAGS.patch b/patches/localedef-eglibc-2.14.1-r17443-ptx1/0002-set-and-use-LDFLAGS.patch
new file mode 100644
index 000000000..ab9551da7
--- /dev/null
+++ b/patches/localedef-eglibc-2.14.1-r17443-ptx1/0002-set-and-use-LDFLAGS.patch
@@ -0,0 +1,30 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Thu, 14 Jun 2012 17:56:38 +0200
+Subject: [PATCH] set and use LDFLAGS
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ Makefile.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 1cda327..5e47a08 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -2,6 +2,7 @@ SHELL = @SHELL@
+ CC = @CC@
+ CPPFLAGS = @CPPFLAGS@
+ CFLAGS = @CFLAGS@
++LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ EXEEXT = @EXEEXT@
+ srcdir = @srcdir@
+@@ -55,7 +56,7 @@ LOCALEDEF_OBJS = charmap.o charmap-dir.o ld-address.o ld-collate.o \
+ all: localedef$(EXEEXT)
+
+ localedef$(EXEEXT): $(LOCALEDEF_OBJS)
+- $(CC) -o $@ $(LOCALEDEF_OBJS) $(LIBS)
++ $(CC) -o $@ $(LOCALEDEF_OBJS) $(LDFLAGS) $(LIBS)
+
+ clean:
+ rm -f locale$(EXEEXT) $(LOCALEDEF_OBJS)
diff --git a/patches/localedef-eglibc-2.14.1-r17443-ptx1/series b/patches/localedef-eglibc-2.14.1-r17443-ptx1/series
index 59bd8c47e..976f166d3 100644
--- a/patches/localedef-eglibc-2.14.1-r17443-ptx1/series
+++ b/patches/localedef-eglibc-2.14.1-r17443-ptx1/series
@@ -1,4 +1,5 @@
# generated by git-ptx-patches
#tag:base --start-number 1
0001-argp-fmtstream.h-Force-inlining-of-extern-inline-fun.patch
-# d34ba91ca41689721674ab991d6febfc - git-ptx-patches magic
+0002-set-and-use-LDFLAGS.patch
+# 2f6c634f07e60a324a5c4230b566fa54 - git-ptx-patches magic