Thread: clang -v
View Single Post
  #4   (View Single Post)  
Old 16th January 2013
bryn1u bryn1u is offline
Port Guard
 
Join Date: May 2009
Posts: 19
Default

Quote:
Originally Posted by lumiwa View Post
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...
You have the same problem as I have:
Code:
root@ks3290849:/usr/ports/devel/subversion # clang --version
FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
Target: x86_64-unknown-freebsd9.0
Thread model: posix
root@ks3290849:/usr/ports/devel/subversion # uname -a
FreeBSD ks3290849.kimsufi.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
Reply With Quote