CLFS2: Added alpha arch.
This commit is contained in:
parent
3cb432a02c
commit
7d6d6f7879
1 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ menu "--- BOOK Settings"
|
||||||
bool "sparc" if BOOK_CLFS
|
bool "sparc" if BOOK_CLFS
|
||||||
|
|
||||||
config ARCH_ALPHA
|
config ARCH_ALPHA
|
||||||
bool "alpha" if BOOK_CLFS
|
bool "alpha" if !BOOK_CLFS3
|
||||||
|
|
||||||
config ARCH_ARM
|
config ARCH_ARM
|
||||||
bool "arm" if BOOK_CLFS2
|
bool "arm" if BOOK_CLFS2
|
||||||
|
@ -119,11 +119,11 @@ menu "--- BOOK Settings"
|
||||||
|
|
||||||
config PLATFORM_GENERIC
|
config PLATFORM_GENERIC
|
||||||
bool "Generic platform"
|
bool "Generic platform"
|
||||||
|
|
||||||
config PLATFORM_WRT
|
config PLATFORM_WRT
|
||||||
bool "WRT - MIPS based wireless router" if ARCH_MIPS
|
bool "WRT - MIPS based wireless router" if ARCH_MIPS
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Library"
|
prompt "Library"
|
||||||
depends (BOOK_CLFS && !ARCH_ALPHA) || (BOOK_CLFS3 && ARCH_MIPS)
|
depends (BOOK_CLFS && !ARCH_ALPHA) || (BOOK_CLFS3 && ARCH_MIPS)
|
||||||
|
@ -261,7 +261,7 @@ menu "--- BOOK Settings"
|
||||||
default "alpha" if ARCH_ALPHA
|
default "alpha" if ARCH_ALPHA
|
||||||
default "arm" if ARCH_ARM
|
default "arm" if ARCH_ARM
|
||||||
default "hppa" if ARCH_HPPA
|
default "hppa" if ARCH_HPPA
|
||||||
|
|
||||||
config MIPS_LEVEL
|
config MIPS_LEVEL
|
||||||
string
|
string
|
||||||
depends BOOK_CLFS3 && ARCH_MIPS
|
depends BOOK_CLFS3 && ARCH_MIPS
|
||||||
|
|
Reference in a new issue