]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the ELF Binary QA warning message
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 27 Apr 2015 17:10:40 +0000 (10:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Apr 2015 15:30:46 +0000 (16:30 +0100)
Fixes [YOCTO #7630]

I applied some feedback from Laszlo Papp suggesting that the user
can also use '-fpic' as well as '-fPIC' for a command-line option.

(From yocto-docs rev: ec79c9a39955b22cb2b8cec44ffcaab22aba479b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-qa-checks.xml

index 54cd4336eb122fb946430f6cff5832d3543ef6e9..e0e8e7f06e54f9efbc0cf050e16528f3e506469c 100644 (file)
@@ -468,10 +468,11 @@ can be found then it should be implemented.  I can't find one at the moment.
 
                 <para>
                     Typically, the way to solve this performance issue is to
-                    add "-fPIC" to the compiler command-line options.
+                    add "-fPIC" or "-fpic" to the compiler command-line
+                    options.
                     For example, given software that reads
                     <link linkend='var-CFLAGS'><filename>CFLAGS</filename></link>
-                    when you build it, you can add the following to your
+                    when you build it, you could add the following to your
                     recipe:
                     <literallayout class='monospaced'>
      CFLAGS_append = " -fPIC "