diff options
| author | Tom Rini <[email protected]> | 2022-10-11 09:55:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-11 09:55:56 -0400 |
| commit | 20be7c19a2d6d4a994c40c014ae53b39bdcfacf1 (patch) | |
| tree | ed222f4adeea81c61a6272d192870b2e219a2050 /Makefile | |
| parent | c4c32e359662aa95d9dbda2bd1272181bd9cb830 (diff) | |
| parent | db9d55e2103351cfc8925aadaf5584fe84f61c9f (diff) | |
Merge branch '2022-10-10-LLVM-related-improvements'
- A few patches to make building with LLVM/LLD easier
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1023,7 +1023,7 @@ LDFLAGS_u-boot += $(LDFLAGS_FINAL) LDFLAGS_u-boot += $(call ld-option, --no-dynamic-linker) # ld.lld support -LDFLAGS_u-boot += -z notext +LDFLAGS_u-boot += -z notext $(call ld-option,--apply-dynamic-relocs) LDFLAGS_u-boot += --build-id=none |
