diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 20:09:40 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 20:09:40 +0000 |
commit | d9f51b565e547f5b34951e5ca5699333a6c0bebe (patch) | |
tree | 6aa632189c826787ca91e8b9e62b562488d45aa5 /libgomp/ChangeLog | |
parent | c085e9f9d037b15a3635887446267ee74a87fd0f (diff) | |
download | gcc-d9f51b565e547f5b34951e5ca5699333a6c0bebe.tar.gz |
2007-04-16 Matthias Klose <doko@debian.org>
* configure.tgt (i[456]86-*-linux*): Only add ia32 specific
flags if not building with -m64.
* testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
flag for i?86-*-* targets, if current target matches -m64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 32976762b7e..8ad5361bfc3 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2007-04-16 Matthias Klose <doko@debian.org> + + * configure.tgt (i[456]86-*-linux*): Only add ia32 specific + flags if not building with -m64. + * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march + flag for i?86-*-* targets, if current target matches -m64. + 2007-04-14 Steve Ellcey <sje@cup.hp.com> * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. |