diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 00:25:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 4000e1def3d48571e52200cd0c0e0010b9ca139f (patch) | |
tree | 6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/binutils | |
parent | ae71ce41063334796b20eb8b834225b2521fedc3 (diff) | |
download | crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.gz crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.bz2 crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.zip |
Also upgrade non-generated config files
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 089301ca..908395d7 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -23,8 +23,8 @@ config BINUTILS_HAS_PKGVERSION_BUGURL # gold only suports the listed architectures config BINUTILS_GOLD_SUPPORTS_ARCH bool - default y if ARCH_arm - default y if ARCH_x86 + default y if ARCH_ARM + default y if ARCH_X86 config BINUTILS_GOLD_SUPPORT bool |