diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-07 16:47:18 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-09 18:05:36 -0800 |
commit | 3582f428587f303849026b88430e3721f074d48a (patch) | |
tree | 86bdb0ddadc43892db8d11013194073afc538acc /config/libc | |
parent | 5e0b489b123e7a1a3f8ec6d41eac3b395f5c92f9 (diff) | |
download | crosstool-ng-3582f428587f303849026b88430e3721f074d48a.tar.gz crosstool-ng-3582f428587f303849026b88430e3721f074d48a.tar.bz2 crosstool-ng-3582f428587f303849026b88430e3721f074d48a.zip |
Fix typo
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/glibc.in.2 b/config/libc/glibc.in.2 index c1ef5bb8..d3030a3d 100644 --- a/config/libc/glibc.in.2 +++ b/config/libc/glibc.in.2 @@ -18,7 +18,7 @@ config LIBC_GLIBC_USE_PORTS depends on !LIBC_GLIBC_2_20_or_later # Force using the BFD linker during the toolchain build -config LIBC_glibc_familly +config LIBC_glibc_family bool default y select BINUTILS_FORCE_LD_BFD |