]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
shortened freebsd text
authorG.E. <gregory.economou@vectorcamp.gr>
Tue, 12 Mar 2024 14:50:57 +0000 (16:50 +0200)
committerG.E. <gregory.economou@vectorcamp.gr>
Tue, 12 Mar 2024 14:50:57 +0000 (16:50 +0200)
README.md

index 2ecc0961e03f2115948a7d6b63a068d753658431..e82517f00fd7c47f43088a5a7c41b1f3f3a52b90 100644 (file)
--- 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"