From: G.E. Date: Tue, 12 Mar 2024 14:50:57 +0000 (+0200) Subject: shortened freebsd text X-Git-Tag: vectorscan/5.4.12^2~68^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b006d7f620a9f09925a8d7d7e5a0569d43db9387;p=thirdparty%2Fvectorscan.git shortened freebsd text --- diff --git a/README.md b/README.md index 2ecc0961..e82517f0 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,7 @@ export CXX="/usr/pkg/gcc12/bin/g++" ``` -In FreeBSD similarly, if you install another compiler, cmake might not -find the right one. Worse is if it finds, say, g++ and configures it for -C++ but leaves cc for C - FreeBSD's default cc is clang, and the binaries -generated between g++ and clang will not play nicely together. +In FreeBSD similarly, you might want to install a different compiler. Using the example of gcc12 from pkg: ``` export CC="/usr/local/bin/gcc"