mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
alpha: Support 64-bit only
Alpha is a 64-bit only arch. The menu options only allowed 32 bitness to be selected. This was harmless but confusing, update the config to specify 64-bit only. Fixes: #1506 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
bbb0db2880
commit
10c21dfc17
@ -1,8 +1,8 @@
|
||||
# Alpha specific configuration file
|
||||
|
||||
## no-package
|
||||
## select ARCH_SUPPORTS_32
|
||||
## select ARCH_DEFAULT_32
|
||||
## select ARCH_SUPPORTS_64
|
||||
## select ARCH_DEFAULT_64
|
||||
## select ARCH_USE_MMU
|
||||
## select ARCH_SUPPORTS_WITH_CPU
|
||||
## select ARCH_SUPPORTS_WITH_TUNE
|
||||
|
Loading…
Reference in New Issue
Block a user