]> Git Repo - uclibc-ng.git/blame - extra/Configs/Config.sparc64
tmp
[uclibc-ng.git] / extra / Configs / Config.sparc64
CommitLineData
041cdc27
WB
1#
2# For a description of the syntax of this configuration file,
3# see extra/config/Kconfig-language.txt
4#
5
6config TARGET_ARCH
7 string
8 default "sparc64"
9
10config FORCE_OPTIONS_FOR_ARCH
11 bool
12 default y
13 select ARCH_BIG_ENDIAN
14 select ARCH_HAS_UCONTEXT
15 select ARCH_HAS_MMU
16 select ARCH_HAS_NO_LDSO
17 select ARCH_HAS_DEPRECATED_SYSCALLS
18
This page took 0.032414 seconds and 4 git commands to generate.