diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 20:05:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 20:05:22 +0000 |
commit | 8a297b512747ece7873ec55637b3fad51e5c63b6 (patch) | |
tree | 6b5bfa6efab076d35bbb331e4118b39cba9f3476 /extra/Configs/Config.powerpc | |
parent | e04c4c3c877f1ca8e39e76498b34c16b322a51a0 (diff) | |
download | uClibc-alpine-8a297b512747ece7873ec55637b3fad51e5c63b6.tar.bz2 uClibc-alpine-8a297b512747ece7873ec55637b3fad51e5c63b6.tar.xz |
cleanup style
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r-- | extra/Configs/Config.powerpc | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 383b41a6d..999b74efc 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -24,20 +24,17 @@ choice help This is the processor core of your CPU. This information is used for determining the correct assembler instructions to use for the core. - The default is to build for a classic powerpc. + + The default is to build for a classic powerpc. config CONFIG_CLASSIC bool "CLASSIC" - help - Classic powerpc architecture. + help + Classic powerpc architecture. config CONFIG_E500 bool "E500" - help - e500 v1 and v2 core. + help + e500 v1 and v2 core. endchoice - - - - |