[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-04-27 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-04-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.0|11.2 --- Comment #10 from Jakub Jelinek

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-01-16 Thread doko at debian dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #9 f

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-01-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #8 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0411ae7f08e0f5a8b02ff313d26d27a0f6d1bb34 commit r11-6709-g0411ae7f08e0f5a8b02ff313d26d27a0f6d1bb34 Author: Jakub Jelinek Date: Fr

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-01-14 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 H.J. Lu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #7 from

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2021-01-14 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 H.J. Lu changed: What|Removed |Added Keywords||patch Last reconfirmed|

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2016-04-25 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #5 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Apr 25 12:41:43 2016 New Revision: 235411 URL: https://gcc.gnu.org/viewcvs?rev=235411&root=gcc&view=rev Log: Revert the last change in libatomic Need to properly check if -mar

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2016-04-20 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #4 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Apr 20 14:41:55 2016 New Revision: 235287 URL: https://gcc.gnu.org/viewcvs?rev=235287&root=gcc&view=rev Log: Don't build 32-bit libatomic with -march=i486 on x86-64 Gcc uses t

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2016-03-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #3 from H.J. Lu --- By default, gcc uses the same -march=xxx for both -m32 and -m64 on x86-64 unless --with-arch-32= is used. There is no need for -march=i486 for -m32 on x86-64.

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2016-03-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #2 from H.J. Lu --- (In reply to H.J. Lu from comment #0) > # Similar jiggery-pokery for x86_64 multilibs, except here we > # can't rely on the --with-arch configure option, since that > # applies to the 64-bit side. The

[Bug target/70454] --with-arch=native isn't applied to 32-bit x86 target library

2016-03-30 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70454 --- Comment #1 from Uroš Bizjak --- (In reply to H.J. Lu from comment #0) > "if test -z "$with_arch"; then" is missing from x86-64 target. You *did* read the comment above this part, didn't you?