diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch index 41a6b9e130..de04d691fe 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch +++ b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-always-use-bfd-linker.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9ea19bd9636806a73bcf29cfcee40a268f91eb4c Mon Sep 17 00:00:00 2001 | 1 | From 63ab5102d6ef362a597941e62470bf19e6f1652b Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 11 Jul 2017 08:09:52 -0700 | 3 | Date: Tue, 11 Jul 2017 08:09:52 -0700 |
| 4 | Subject: [PATCH] always use bfd linker | 4 | Subject: [PATCH] always use bfd linker |
| @@ -8,12 +8,13 @@ therefore explicitly asking for bfd linker would fix the | |||
| 8 | linking issues on such distros | 8 | linking issues on such distros |
| 9 | 9 | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 11 | |||
| 11 | --- | 12 | --- |
| 12 | Makefile | 2 +- | 13 | Makefile | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | 15 | ||
| 15 | diff --git a/Makefile b/Makefile | 16 | diff --git a/Makefile b/Makefile |
| 16 | index dc10fc5d..40647be4 100644 | 17 | index dc10fc5..40647be 100644 |
| 17 | --- a/Makefile | 18 | --- a/Makefile |
| 18 | +++ b/Makefile | 19 | +++ b/Makefile |
| 19 | @@ -20,7 +20,7 @@ include $(srctree)/scripts/Kbuild.include | 20 | @@ -20,7 +20,7 @@ include $(srctree)/scripts/Kbuild.include |
| @@ -25,6 +26,3 @@ index dc10fc5d..40647be4 100644 | |||
| 25 | export AR := $(KLIBCROSS)ar | 26 | export AR := $(KLIBCROSS)ar |
| 26 | export RANLIB := $(KLIBCROSS)ranlib | 27 | export RANLIB := $(KLIBCROSS)ranlib |
| 27 | export STRIP := $(KLIBCROSS)strip | 28 | export STRIP := $(KLIBCROSS)strip |
| 28 | -- | ||
| 29 | 2.13.2 | ||
| 30 | |||
