Skip to content

Commit 635b461

Browse files
committed
---
yaml --- r: 33670 b: refs/heads/snap-stage3 c: 4b0e133 h: refs/heads/master v: v3
1 parent eb23e44 commit 635b461

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c44c9a47d828e93344a9af659c3245bb2502630a
4+
refs/heads/snap-stage3: 4b0e1336b26b5bc29e14370e55d4811f15b1dce8
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/configure

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,15 @@ then
432432
fi
433433
fi
434434

435+
# Force freebsd to build with clang; gcc doesn't like us there
436+
if [ $CFG_OSTYPE = unknown-freebsd ]
437+
then
438+
step_msg "on FreeBSD, forcing use of clang"
439+
CFG_ENABLE_CLANG=1
440+
putvar CFG_ENABLE_CLANG
441+
fi
442+
443+
435444
if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ]
436445
then
437446
err "either clang or gcc is required"

0 commit comments

Comments
 (0)