File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
branches/try/src/comp/back Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: fc8a1f513d872e52c6251bae75462e62675eed75
5
+ refs/heads/try: 98bb5b73a5bf4173f88b21b2f27c62971e175f54
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -608,7 +608,10 @@ fn link_binary(sess: session,
608
608
// The location of crates will be determined as needed.
609
609
let stage: str = "-L" + sess. filesearch . get_target_lib_path ( ) ;
610
610
611
- let prog: str = "gcc" ;
611
+ // In the future, FreeBSD will use clang as default compiler.
612
+ // It would be flexible to use cc (system's default C compiler)
613
+ // instead of hard-coded gcc
614
+ let prog: str = "cc" ;
612
615
// The invocations of gcc share some flags across platforms
613
616
614
617
let gcc_args =
You can’t perform that action at this time.
0 commit comments