Commit 14f036a
committed
configure: Use -print-libgcc-file-name first to detect compiler runtime
This uses compiler to provide the path to its default runtime
library libgcc/compiler-rt, when using clang we can set
CC="clang --rtlib={compiler-rt|libgcc}" and it will find
the right compiler runtime when autodetecting it
Signed-off-by: Khem Raj <[email protected]>1 parent 325b80f commit 14f036a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
619 | | - | |
620 | 618 | | |
621 | 619 | | |
| 620 | + | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments