Thread: clang -v
View Single Post
  #1   (View Single Post)  
Old 11th January 2013
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default clang -v

Hi!

I have:
FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012
r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

Almost 90% of ports I built with clang and in etc/make.conf I have:

CC=clang
CXX=clang++
CPP=clang-cpp

But when I ran clang --version I got:

FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
Target: i386-unknown-freebsd9.0
Thread model: posix

Why it shows "Target: i386-unknown-freebsd9.0", please?

Thanks in advance...
Reply With Quote