diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 05:33:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 05:33:05 +0000 |
commit | 0134e28071d64e625ca3a05a91cbe98110e36f94 (patch) | |
tree | 29f50753bf1bb2435d2bb9869823321ec5dc9f80 /toolchain/gcc/Config.in | |
parent | 3f284171c5e1c53448784e2fb4f079430c6b2dd5 (diff) |
Add some seperators
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ed8abd821..7360584aa 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -2,6 +2,8 @@ # WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc. # WARNING -- 2.95 does not currently build natively for the target. +comment "Gcc Options" + choice prompt "GCC compiler Version" default BR2_GCC_VERSION_3_4_2 |