diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-01 15:08:46 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-01 15:08:46 -0800 |
commit | d1910b945b7a592bc7881fdef4844b3c8af5cdbb (patch) | |
tree | ec1b48c02c6ac6f1ecfec96ad701dcee3fb35b6f /config/arch/microblaze.in | |
parent | c34fe6eec64351b07446eeb1e2265a60bd0dee21 (diff) | |
download | crosstool-ng-d1910b945b7a592bc7881fdef4844b3c8af5cdbb.tar.gz crosstool-ng-d1910b945b7a592bc7881fdef4844b3c8af5cdbb.tar.bz2 crosstool-ng-d1910b945b7a592bc7881fdef4844b3c8af5cdbb.zip |
Restrict flat format to architectures that support it
Fixes #878
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/arch/microblaze.in')
-rw-r--r-- | config/arch/microblaze.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/microblaze.in b/config/arch/microblaze.in index 7e5ceeaf..c8496eeb 100644 --- a/config/arch/microblaze.in +++ b/config/arch/microblaze.in @@ -9,6 +9,7 @@ ## select ARCH_DEFAULT_BE ## select ARCH_SUPPORTS_BOTH_MMU ## select ARCH_DEFAULT_HAS_MMU +## select ARCH_SUPPORTS_FLAT_FORMAT ## ## help The MicroBlaze architecture, as defined by: ## help http://www.xilinx.com/ |