diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2016-04-20 14:41:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2016-04-20 07:41:55 -0700 |
commit | 9023fd9ea0fb53c88e1fd7279b31e3be53cd4aab (patch) | |
tree | 9928a8343d69f74437c08a8878114a440d4075ee /libatomic/ChangeLog | |
parent | 8f6a773bd879c6d3e693f5dff7e3854e1ea03418 (diff) | |
download | gcc-9023fd9ea0fb53c88e1fd7279b31e3be53cd4aab.zip gcc-9023fd9ea0fb53c88e1fd7279b31e3be53cd4aab.tar.gz gcc-9023fd9ea0fb53c88e1fd7279b31e3be53cd4aab.tar.bz2 |
Don't build 32-bit libatomic with -march=i486 on x86-64
Gcc uses the same -march= for both -m32 and -m64 on x86-64 unless
--with-arch-32= is used. There is no need for -march=i486 to compile
32-bit libatomic on x86-64.
PR target/70454
* configure.tgt (XCFLAGS): Don't add -march=i486 to compile
32-bit x86 target library on x86-64.
From-SVN: r235287
Diffstat (limited to 'libatomic/ChangeLog')
-rw-r--r-- | libatomic/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index f476a6f..70a7f7c 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,9 @@ +2016-04-20 H.J. Lu <hongjiu.lu@intel.com> + + PR target/70454 + * configure.tgt (XCFLAGS): Don't add -march=i486 to compile + 32-bit x86 target library on x86-64. + 2016-01-06 Szabolcs Nagy <szabolcs.nagy@arm.com> PR other/67627 |