Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2011 15:47:58 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Alexander Best <arundel@freebsd.org>
Cc:        George Liaskos <geo.liaskos@gmail.com>, freebsd-current@freebsd.org, kde@freebsd.org
Subject:   Re: KDE related compile errors on CURRENT.
Message-ID:  <4DA6FB0E.1000005@FreeBSD.org>
In-Reply-To: <20110414132006.GA49440@freebsd.org>
References:  <BANLkTik6uMoZre3xJzsy2HZsUrznD4CdkQ@mail.gmail.com> <4DA6DF88.2040005@FreeBSD.org> <BANLkTimRAnz5Vn-WZ2ffXu6pCF6pi1nkDw@mail.gmail.com> <20110414132006.GA49440@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DA6FB0E.1000005>