svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

Mark Millard markmi at dsl-only.net
Sat Nov 18 04:37:38 UTC 2017


Pedro Giffuni pfg at FreeBSD.org wrote on
Sat Nov 18 02:31:16 UTC 2017 :

. . .
> I would compare it to the disappearance of the C Preprocessor when we moved to clang, with the significant difference that the lack of C a preprocessor broke some ports.
. . .

Bad example?

# ls -lT /usr/bin/cc /usr/bin/c++ /usr/bin/cpp
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/c++
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/cc
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/cpp

# ls -lT /usr/bin/clang*
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/clang
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/clang++
-r-xr-xr-x  6 root  wheel  61565232 Nov 10 17:53:16 2017 /usr/bin/clang-cpp
-r-xr-xr-x  1 root  wheel   1857624 Nov 10 17:53:18 2017 /usr/bin/clang-format
-r-xr-xr-x  1 root  wheel    928016 Nov 10 17:53:15 2017 /usr/bin/clang-tblgen

# cpp --version
FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn)
Target: x86_64-unknown-freebsd12.0
Thread model: posix
InstalledDir: /usr/bin


# uname -apKU
FreeBSD FreeBSDx64OPC 12.0-CURRENT FreeBSD 12.0-CURRENT  r325700M  amd64 amd64 1200053 1200053

===
Mark Millard
markmi at sl-only.net



More information about the svn-src-head mailing list