diff options
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 43a0bd0b52..15c1bbe4f5 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -271,7 +271,7 @@ | |||
271 | <listitem> | 271 | <listitem> |
272 | <para> | 272 | <para> |
273 | <code> | 273 | <code> |
274 | Architecture did not match (<machine_arch> to <file_arch>) on <file> | 274 | Architecture did not match (<machine_arch> to <file_arch>) on <file> [arch] |
275 | </code> | 275 | </code> |
276 | </para> | 276 | </para> |
277 | 277 | ||
@@ -310,7 +310,7 @@ | |||
310 | <listitem> | 310 | <listitem> |
311 | <para> | 311 | <para> |
312 | <code> | 312 | <code> |
313 | Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file> | 313 | Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file> [arch] |
314 | </code> | 314 | </code> |
315 | </para> | 315 | </para> |
316 | 316 | ||
@@ -946,11 +946,18 @@ | |||
946 | In order for debugging to work on the target using | 946 | In order for debugging to work on the target using |
947 | <filename>-dbg</filename> packages, this stripping must be | 947 | <filename>-dbg</filename> packages, this stripping must be |
948 | disabled. | 948 | disabled. |
949 | </para> | ||
950 | |||
951 | <para> | ||
949 | Depending on the build system used by the software being | 952 | Depending on the build system used by the software being |
950 | built, disabling this stripping could be as easy as | 953 | built, disabling this stripping could be as easy as |
951 | specifying an additional configure option. | 954 | specifying an additional configure option. |
952 | If not, disabling stripping might involve patching | 955 | If not, disabling stripping might involve patching |
953 | the build scripts. | 956 | the build scripts. |
957 | In the latter case, look for references to "strip" or | ||
958 | "STRIP", or the "-s" or "-S" command-line options being | ||
959 | specified on the linker command line (possibly | ||
960 | through the compiler command line if preceded with "-Wl,"). | ||
954 | <note> | 961 | <note> |
955 | Disabling stripping here does not mean that the final | 962 | Disabling stripping here does not mean that the final |
956 | packaged binaries will be unstripped. | 963 | packaged binaries will be unstripped. |