Missing symbol for zero build on bsd port repo using Fedora
Matthias Klose
doko at ubuntu.com
Mon Mar 16 01:17:01 PDT 2009
It looks like this patch overrides any other -march setting. Wouldn't it better
to detect this in the configure? afaiu linux distributions have either the
compiler default to i486 or higher, or propagate this in build flags.
Matthias
Michael Franz schrieb:
> HI,
>
> This patch adds the CFLAGS += -march=i486 to zero.make to allow Fedora x86
> to force gcc to generate the correct i486 atomic instructions. I hope I
> picked a suitable variable to check.
>
> Michael
>
>
>> The most likely explanation is that the g++ being used is building for the
>> i386 architecture, which doesn't have the atomic instructions. We need
>> i486 or above.
>>
>> Andrew.
>>
>
More information about the distro-pkg-dev
mailing list