components/gcc49/patches/028-bootstrap-O2.patch
changeset 6923 338aea22bf22
parent 6922 499ba999c1ee
child 6924 e8aaad6b5075
--- a/components/gcc49/patches/028-bootstrap-O2.patch	Tue Jul 05 09:31:58 2016 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# Stefan Teleman <[email protected]>
-# Avoid build errors on Solaris because of -gtoggle.
-# Create a vanilla bootstrap config file, and use it as argument
-# to --with-build-config=bootstrap-O2 (Oh-2).
-# Not for upstream, this is just for us.
---- /dev/null	2015-12-28 12:59:59.000000000 -0800
-+++ config/bootstrap-O2.mk	2015-12-28 12:57:24.841537382 -0800
-@@ -0,0 +1 @@
-+BOOT_CFLAGS := -O2 $(filter-out -O%, $(BOOT_CFLAGS))