diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-09 18:24:47 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-09 21:21:57 -0800 |
commit | 973664c906938d958892072a8c9016f2964d7a4c (patch) | |
tree | a74bd6a9c386cf2cc7f7d15e86e85b76af8174e4 /config/libc | |
parent | df555a65dbea7aedcef462590230da639fb6a421 (diff) | |
download | crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.tar.gz crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.tar.bz2 crosstool-ng-973664c906938d958892072a8c9016f2964d7a4c.zip |
Forgot to saveconfig the changes for ARM/elf2flt sample
Hence, it is better to enforce via config rules: elf2flt does not
play nice with ld wrapper, when both ld.bfd and ld.gold are present.
Limit the choices to just 'ld.bfd' for flat-format architectures.
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 104552a6..77afc1b8 100644 --- a/config/libc/glibc.in.2 +++ b/config/libc/glibc.in.2 @@ -20,7 +20,7 @@ config LIBC_GLIBC_MAY_FORCE_PORTS config LIBC_glibc_familly bool default y - select BINUTILS_FORCE_LD_BFD + select BINUTILS_FORCE_LD_BFD_DEFAULT config LIBC_GLIBC_EXTRA_CONFIG_ARRAY string |