diff --git a/ChangeLog b/ChangeLog
index c7060d834d46b4562b125f9fd5fe04a4e1a20c4a..49341ca23e4febf577ad9fdc2a9ae3c2f53b0087 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-10  Jan Hubicka  <jh@suse.cz>
+
+	* config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
+	pass -fno-lto to STAGEprofile.
+
 2011-01-07  Jan Hubicka  <jh@suse.cz>
 
 	PR lto/47225
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk
index 59e5c982fb2e1815a113136dd862a4179f187e7f..9b2c2d2ba447d02d8a696a200673195389a2d517 100644
--- a/config/bootstrap-lto.mk
+++ b/config/bootstrap-lto.mk
@@ -1,5 +1,6 @@
 # This option enables LTO for stage2 and stage3.  It requires lto to
 # be enabled for stage1 with --enable-stage1-languages.
 
-STAGE2_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
-STAGE3_CFLAGS += -flto=jobserver -fuse-linker-plugin -frandom-seed=1
+STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
+STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
+STAGEprofile_CFLAGS +=  -fno-lto