diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-22 20:45:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-05 00:20:51 +0000 |
commit | 7da1579c127829cd6396b9f322d92057cdcbe3d8 (patch) | |
tree | dee1d5110167847456f4690a9e0baa4d08cd0e44 /meta/conf/local.conf.sample.extended | |
parent | 3739aaf644d5a0f28e85fd07c67cecbfa5b8fb8a (diff) | |
download | openembedded-core-7da1579c127829cd6396b9f322d92057cdcbe3d8.tar.gz openembedded-core-7da1579c127829cd6396b9f322d92057cdcbe3d8.tar.bz2 openembedded-core-7da1579c127829cd6396b9f322d92057cdcbe3d8.zip |
local.conf.sample: Remove trailing whitespaces
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample.extended')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index a54cded92f..567a3f6ec7 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -57,7 +57,7 @@ # The following are used to control options related to debugging. # -# Uncomment this to change the optimization to make debugging easer, at the +# Uncomment this to change the optimization to make debugging easer, at the # possible cost of performance. # DEBUG_BUILD = "1" # @@ -131,9 +131,9 @@ # build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. # # Pseudo will attempt to determine if a 32-bit wrapper is necessary, but -# it doesn't always guess properly. If you have 32-bit executables on -# your 64-bit build system, you likely want to set this to "0", -# otherwise you could end up with incorrect file attributes on the +# it doesn't always guess properly. If you have 32-bit executables on +# your 64-bit build system, you likely want to set this to "0", +# otherwise you could end up with incorrect file attributes on the # target filesystem. # # Default is to not build 32 bit libs on 64 bit systems, uncomment this @@ -271,7 +271,7 @@ # # GCC/LD FLAGS to enable more secure code generation -# +# # By including the security_flags include file you enable flags # to the compiler and linker that cause them to generate more secure # code, this is enabled by default in the poky-lsb distro. |