This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37509] __sync_fetch_and_xxx generates relocatable symbols
- From: "timothy dot krause at shaw dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2008 22:56:01 -0000
- Subject: [Bug middle-end/37509] __sync_fetch_and_xxx generates relocatable symbols
- References: <bug-37509-16708@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from timothy dot krause at shaw dot ca 2008-09-23 22:56 -------
(In reply to comment #5)
> Setting
> CFLAGS="-m32 -march=i686 -O2"
> fixed the problem for
> host=i686-pc-linux-gnu
> target=i686-pc-linux-gnu
> I later noticed that configure has a --with-cpu option. This generates a
> -mcpu=i?86 option which also works but is deprecated.
> Thanks to Paolo Carlini for this fix.
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37509