Merge pull request #1257 from nolange/fix_binutils_typo

fixup typo in bitutils.sh
This commit is contained in:
Alexey Neyman 2020-01-21 16:56:17 -08:00 committed by GitHub
commit a152d61313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ do_binutils_backend() {
if [ "${CT_BINUTILS_PLUGINS}" = "y" ]; then
extra_config+=( --enable-plugins )
fi
if [ "${CT_BINUTILES_RELRO}" = "y" ]; then
if [ "${CT_BINUTILS_RELRO}" = "y" ]; then
extra_config+=( --enable-relro )
elif [ "${CT_BINUTILS_RELRO}" != "m" ]; then
extra_config+=( --disable-relro )