mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
Merge pull request #1257 from nolange/fix_binutils_typo
fixup typo in bitutils.sh
This commit is contained in:
commit
a152d61313
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user