diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2011-04-20 09:27:06 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2011-04-20 09:27:06 +0000 |
commit | 7bca32d788b5b06024cf34f01ae6bef16751e5ca (patch) | |
tree | 0e74869baffaaa8066f311d95821a4bd36b63e89 /config | |
parent | 1b0df5314b050529c61178e45d19e56d6b979328 (diff) | |
download | gdb-7bca32d788b5b06024cf34f01ae6bef16751e5ca.zip gdb-7bca32d788b5b06024cf34f01ae6bef16751e5ca.tar.gz gdb-7bca32d788b5b06024cf34f01ae6bef16751e5ca.tar.bz2 |
* bootstrap-lto.mk: Remove obsolete requirement.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/bootstrap-lto.mk | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index de84b8a..ec4a0be 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Eric Botcazou <ebotcazou@adacore.com> + + * bootstrap-lto.mk: Remove obsolete requirement. + 2011-03-24 Paolo Bonzini <pbonzini@redhat.com> * mt-mep: Remove, obsolete. diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk index 9b2c2d2..bbd3515 100644 --- a/config/bootstrap-lto.mk +++ b/config/bootstrap-lto.mk @@ -1,6 +1,5 @@ -# This option enables LTO for stage2 and stage3. It requires lto to -# be enabled for stage1 with --enable-stage1-languages. +# This option enables LTO for stage2 and stage3. STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -STAGEprofile_CFLAGS += -fno-lto +STAGEprofile_CFLAGS += -fno-lto |