summarylogtreecommitdiffstats
path: root/ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ldflags.patch')
-rw-r--r--ldflags.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/ldflags.patch b/ldflags.patch
new file mode 100644
index 000000000000..9c6b412038ab
--- /dev/null
+++ b/ldflags.patch
@@ -0,0 +1,7 @@
+--- conf-ld-orig 2018-03-02 19:17:41.199364184 +0100
++++ conf-ld 2018-03-02 19:17:53.917365071 +0100
+@@ -1,3 +1,3 @@
+-gcc -s
++gcc ${LDFLAGS} -s
+
+ This will be used to link .o files into an executable.