Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 16:49:24 -0800 (PST)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-stable@freebsd.org
Subject:   Re: FreeBSD 9 (amd64) buildworld stage 4.2 fails with clang: unknown target cpu i686
Message-ID:  <1356828564798-5773226.post@n5.nabble.com>
In-Reply-To: <1356828058000-5773225.post@n5.nabble.com>
References:  <50DED9BA.1000400@internecto.net> <50DEFF85.3030103@internecto.net> <CACdU%2Bf8O44tXMukY7GvvrApo5pLc0KXG9hTPRGWeTpUSbnEf4Q@mail.gmail.com> <50DF4903.9070006@FreeBSD.org> <1356828058000-5773225.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
e.g. Penryn CPU:

$ cc -march=native -E -v - </dev/null 2>&1 | grep cc1
 "/usr/bin/cc" -cc1 -triple x86_64-unknown-freebsd9.0 -E -disable-free
-main-file-name - -mrelocation-model static -mdisable-fp-elim -masm-verbose
-mconstructor-aliases -munwind-tables -target-cpu penryn
-momit-leaf-frame-pointer -v -resource-dir /usr/bin/../lib/clang/3.1
-fmodule-cache-path /var/tmp/clang-module-cache -fdebug-compilation-dir
/home/Kuba -ferror-limit 19 -fmessage-length 0 -mstackrealign -fgnu-runtime
-fobjc-runtime-has-arc -fobjc-runtime-has-weak
-fobjc-dispatch-method=non-legacy -fdiagnostics-show-option -o - -x c -
clang -cc1 version 3.1 based upon LLVM 3.1 default target
x86_64-unknown-freebsd9.0

$ gcc47 -march=native -E -v - </dev/null 2>&1 | grep cc1                
 /usr/local/libexec/gcc47/gcc/x86_64-portbld-freebsd9.1/4.7.3/cc1 -E -quiet
-v - -march=core2 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mno-popcnt
-mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm
-mno-avx -mno-avx2 -mno-sse4.2 -msse4.1 -mno-lzcnt -mno-rdrnd -mno-f16c
-mno-fsgsbase --param l1-cache-size=32 --param l1-cache-line-size=64 --param
l2-cache-size=6144 -mtune=core2




--
View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-9-amd64-buildworld-stage-4-2-fails-with-clang-unknown-target-cpu-i686-tp5773068p5773226.html
Sent from the freebsd-stable mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1356828564798-5773226.post>