mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
all: use compiler-rt from LLVM
This commit is contained in:
committed by
Ron Evans
parent
09a3c6a16b
commit
83227e68df
+1
-1
@@ -33,7 +33,7 @@ var Picolibc = Library{
|
||||
"-I" + headerPath,
|
||||
}
|
||||
},
|
||||
sourceDir: "lib/picolibc/newlib/libc",
|
||||
sourceDir: func() string { return filepath.Join(goenv.Get("TINYGOROOT"), "lib/picolibc/newlib/libc") },
|
||||
librarySources: func(target string) []string {
|
||||
return picolibcSources
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user