diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-28 10:58:48 +0000 |
---|---|---|
committer | guest <ivmai@mail.ru> | 2011-07-29 10:54:30 +0400 |
commit | 8cbc784ee581fa562e8f14d56f594c1584b008ae (patch) | |
tree | 8744fd1da9954bff67cec31dc36e8b3388772d99 /ChangeLog | |
parent | fabe868451c3fdfddc055785a4232103828851c4 (diff) | |
download | bdwgc-8cbc784ee581fa562e8f14d56f594c1584b008ae.tar.gz |
2010-10-28 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
to remove the need for MY_CFLAGS.
* Makefile.am: Do not use @...@ substitutions. Use AM_CXXFLAGS,
AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK.
Use "override" to disable -O2 when required.
* configure: Regenerate.
* Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2010-10-28 Paolo Bonzini <bonzini@gnu.org> + + * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check + to remove the need for MY_CFLAGS. + * Makefile.am: Do not use @...@ substitutions. Use AM_CXXFLAGS, + AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK. + Use "override" to disable -O2 when required. + * configure: Regenerate. + * Makefile.in: Regenerate. + * include/Makefile.in: Regenerate. + 2010-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * dyn_load.c: Fix typo. |