diff options
author | Alexey Neyman <stilor@att.net> | 2020-02-26 11:07:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 11:07:59 -0800 |
commit | c969be1880f99b6da4d98afd7bda641b7868a717 (patch) | |
tree | 3e128f23f3098cfaf6d15aa8d8950074f96e5f13 /config/target.in | |
parent | b56c868175780326ce39a8201c0e4ad178fa06ac (diff) | |
parent | d978290f39196e7c2c72a154f32681386b4e27b8 (diff) | |
download | crosstool-ng-c969be1880f99b6da4d98afd7bda641b7868a717.tar.gz crosstool-ng-c969be1880f99b6da4d98afd7bda641b7868a717.tar.bz2 crosstool-ng-c969be1880f99b6da4d98afd7bda641b7868a717.zip |
Merge pull request #1309 from stilor/upgrades
Upgrades
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index 8549c5b8..995457a0 100644 --- a/config/target.in +++ b/config/target.in @@ -236,6 +236,11 @@ config ARCH_64 endchoice +# Whether this architecture supports passing --with-{cpu,arch,tune}-{32,64}= +# to GCC configure. +config ARCH_SUPPORTS_WITH_32_64 + bool + #-------------------------------------- comment "Target optimisations" |