On 2011-04-14 15:20, Alexander Best wrote:
...
>> There's one more minor hiccup described here
>> http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023415.html
>>
>> This issue as of r220528 is not resolved.
>
> odd. r219697 should have taken care of that. maybe you might want to ping
> Martin Matuska?

It works fine here:

$ gcc -### -march=native -S empty.c
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.2 20070831 prerelease [FreeBSD]
  "/usr/libexec/cc1" "-quiet" "-D_LONGLONG" "empty.c" "-march=core2" 
"-mtune=generic" "-quiet" "-dumpbase" "empty.c" "-auxbase" "empty" "-o" 
"empty.s"

and also for clang:

$ clang -### -march=native -S empty.c
FreeBSD clang version 3.0 (trunk 129512) 20110414
Target: i386-undermydesk-freebsd9.0
Thread model: posix
  "/usr/bin/clang" "-cc1" "-triple" "i386-undermydesk-freebsd9.0" "-S" 
"-disable-free" "-main-file-name" "empty.c" "-mrelocation-model" "static" 
"-mdisable-fp-elim" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" 
"corei7" "-momit-leaf-frame-pointer" "-resource-dir" 
"/usr/bin/../lib/clang/3.0" "-ferror-limit" "19" "-fmessage-length" "0" 
"-fgnu-runtime" "-fdiagnostics-show-option" "-o" "empty.s" "-x" "c" "empty.c"
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to