summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.0.rst')
-rw-r--r--documentation/migration-guides/migration-2.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.0.rst b/documentation/migration-guides/migration-2.0.rst
index 22d0752226..7217853779 100644
--- a/documentation/migration-guides/migration-2.0.rst
+++ b/documentation/migration-guides/migration-2.0.rst
@@ -25,7 +25,7 @@ and the porting guide at
25https://gcc.gnu.org/gcc-5/porting_to.html. 25https://gcc.gnu.org/gcc-5/porting_to.html.
26 26
27Alternatively, you can switch back to GCC 4.9 or 4.8 by setting 27Alternatively, you can switch back to GCC 4.9 or 4.8 by setting
28``GCCVERSION`` in your configuration, as follows:: 28:term:`GCCVERSION` in your configuration, as follows::
29 29
30 GCCVERSION = "4.9%" 30 GCCVERSION = "4.9%"
31 31
@@ -244,7 +244,7 @@ The following QA checks have been added:
244 244
245- Added an "invalid-packageconfig" check for any options specified in 245- Added an "invalid-packageconfig" check for any options specified in
246 :term:`PACKAGECONFIG` that do not match any 246 :term:`PACKAGECONFIG` that do not match any
247 ``PACKAGECONFIG`` option defined for the recipe. 247 :term:`PACKAGECONFIG` option defined for the recipe.
248 248
249.. _migration-2.0-miscellaneous: 249.. _migration-2.0-miscellaneous:
250 250