diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-07 07:20:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-08 14:20:14 +0100 |
commit | b36f26da5f2afef522c799496dd0cc1f55ff636a (patch) | |
tree | 093d96dd92f8d6037f4d7d44c0b564a7787c30b9 | |
parent | a8a0e805bb41c00f731fedeac33ff2f2c3ad542a (diff) | |
download | poky-b36f26da5f2afef522c799496dd0cc1f55ff636a.tar.gz |
ref-manual: Typo fix to CFLAGS 1.6 migration section.
(From yocto-docs rev: 185f68d23202a19cf4e7bec8bb369b8c88043020)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/migration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 9dc0e131d7..2f91e342f2 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -1404,7 +1404,7 @@ | |||
1404 | You need to take action on individual recipes that fail when | 1404 | You need to take action on individual recipes that fail when |
1405 | building with this option. | 1405 | building with this option. |
1406 | You need to either patch the recipes to fix the issues reported by | 1406 | You need to either patch the recipes to fix the issues reported by |
1407 | the compiler, or you to add "-fpermissive" to | 1407 | the compiler, or you need to add "-fpermissive" to |
1408 | <filename>CFLAGS</filename> in the recipes. | 1408 | <filename>CFLAGS</filename> in the recipes. |
1409 | </para> | 1409 | </para> |
1410 | </section> | 1410 | </section> |