summaryrefslogtreecommitdiffstats
path: root/kbuild-AFTER_LINK.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-10-17 09:46:17 -0700
committerLaura Abbott <labbott@fedoraproject.org>2016-10-17 09:49:33 -0700
commit8bf2afaffdfb0ef2638c115b224b3d69f2bd9906 (patch)
tree7f718693bbda97f9dc125348ea0c8788fea5cd09 /kbuild-AFTER_LINK.patch
parent4eea1586d9fdb8680b2e9f49787ea5ebd79405c6 (diff)
downloadkernel-8bf2afaffdfb0ef2638c115b224b3d69f2bd9906.tar.gz
kernel-8bf2afaffdfb0ef2638c115b224b3d69f2bd9906.tar.xz
kernel-8bf2afaffdfb0ef2638c115b224b3d69f2bd9906.zip
Linux v4.9-rc1
Diffstat (limited to 'kbuild-AFTER_LINK.patch')
-rw-r--r--kbuild-AFTER_LINK.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbuild-AFTER_LINK.patch b/kbuild-AFTER_LINK.patch
index 74dac7bc8..ab738c62b 100644
--- a/kbuild-AFTER_LINK.patch
+++ b/kbuild-AFTER_LINK.patch
@@ -1,4 +1,4 @@
-From 22e118d8d8dd13cda14973e28e198ec76c6a9a3b Mon Sep 17 00:00:00 2001
+From 649d991ca7737dd227f2a1ca4f30247daf6a7b4b Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 6 Oct 2008 23:03:03 -0700
Subject: [PATCH] kbuild: AFTER_LINK
@@ -107,11 +107,11 @@ index d540966..eeb47b6 100644
VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=both) \
$(call cc-ldoption, -Wl$(comma)--build-id) -Wl,-Bsymbolic $(LTO_CFLAGS)
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
-index 4f727eb..7f73bee 100755
+index f742c65..526eee4 100755
--- a/scripts/link-vmlinux.sh
+++ b/scripts/link-vmlinux.sh
-@@ -65,6 +65,10 @@ vmlinux_link()
- -lutil -lrt -lpthread ${1}
+@@ -111,6 +111,10 @@ vmlinux_link()
+ -lutil -lrt -lpthread
rm -f linux
fi
+ if [ -n "${AFTER_LINK}" ]; then