diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-03-05 17:51:37 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-03-05 17:51:37 +0000 |
commit | e9d7ee4f4149e4469d49cd7bf1af532cb114e04f (patch) | |
tree | 3491a5d6e8a66dc7e8a7c4cf7c258a5f06ec6fbb /target/linux/uml/patches-4.4 | |
parent | daf367240aed689ccc8f063eef4566b1cef8ee18 (diff) | |
download | upstream-e9d7ee4f4149e4469d49cd7bf1af532cb114e04f.tar.gz upstream-e9d7ee4f4149e4469d49cd7bf1af532cb114e04f.tar.bz2 upstream-e9d7ee4f4149e4469d49cd7bf1af532cb114e04f.zip |
kernel: update kernel 4.4 to version 4.4.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48933
Diffstat (limited to 'target/linux/uml/patches-4.4')
-rw-r--r-- | target/linux/uml/patches-4.4/100-link-libpthread.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/uml/patches-4.4/100-link-libpthread.patch b/target/linux/uml/patches-4.4/100-link-libpthread.patch deleted file mode 100644 index 2ffab6bbfb..0000000000 --- a/target/linux/uml/patches-4.4/100-link-libpthread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/scripts/link-vmlinux.sh -+++ b/scripts/link-vmlinux.sh -@@ -62,7 +62,7 @@ vmlinux_link() - -Wl,--start-group \ - ${KBUILD_VMLINUX_MAIN} \ - -Wl,--end-group \ -- -lutil -lrt ${1} -+ -lutil -lrt -lpthread ${1} - rm -f linux - fi - } |