musllvm

A pure LLVM/Clang cross compiler toolchain targeting musl C
git clone git://git.daat.foo/musllvm.git
Log | Files | Refs | README | LICENSE

0001-disable-ld-build.patch (542B)


      1 From b287a2c2b779758a31dc3902a7daf63cc0e6727f Mon Sep 17 00:00:00 2001
      2 From: Daniel Kolesa <daniel@octaforge.org>
      3 Date: Wed, 23 Jun 2021 01:40:50 +0200
      4 Subject: [PATCH 1/2] disable ld build
      5 
      6 ---
      7  Makefile | 2 +-
      8  1 file changed, 1 insertion(+), 1 deletion(-)
      9 
     10 diff --git a/Makefile b/Makefile
     11 index e8713982..cbfd9c59 100644
     12 --- a/Makefile
     13 +++ b/Makefile
     14 @@ -31,7 +31,7 @@ SUBDIR += cxxfilt
     15  SUBDIR += elfcopy
     16  SUBDIR += elfdump
     17  SUBDIR += findtextrel
     18 -SUBDIR += ld
     19 +#SUBDIR += ld
     20  SUBDIR += nm
     21  SUBDIR += readelf
     22  SUBDIR += size
     23 -- 
     24 2.32.0
     25