summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-29 12:40:34 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-29 12:40:34 +0000
commit1ea3d70c843dc18afe13c9cc92b34a4a2c4bdffe (patch)
treed498dc020ad21a30e63cba9b8996607952699a95 /rules/cross-gcc.in
parent69733dae0b75d95942647400d4dc997c7624efc5 (diff)
downloadOSELAS.Toolchain-1ea3d70c843dc18afe13c9cc92b34a4a2c4bdffe.tar.gz
OSELAS.Toolchain-1ea3d70c843dc18afe13c9cc92b34a4a2c4bdffe.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6253 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/cross-gcc.in')
-rw-r--r--rules/cross-gcc.in34
1 files changed, 16 insertions, 18 deletions
diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in
index 3d561bd..d0acfae 100644
--- a/rules/cross-gcc.in
+++ b/rules/cross-gcc.in
@@ -1,15 +1,14 @@
# config for cross-gcc-first
-menuconfig CROSS_GCC_FIRST
+menuconfig CROSS_GCC
+ bool
+ prompt "gcc "
bool
- prompt "gcc (first) "
select CROSS_BINUTILS
- select LIBC_HEADERS
- select HOST_GMP if CROSS_GCC_43
- select HOST_MPFR if CROSS_GCC_43
+ select LIBC_FIRST
config CROSS_GCC_VERSION
- depends on CROSS_GCC_FIRST
+ depends on CROSS_GCC
string
prompt "gcc version"
default "4.1.2"
@@ -17,24 +16,24 @@ config CROSS_GCC_VERSION
Specify the version of gcc here.
config CROSS_GCC_43
- depends on CROSS_GCC_FIRST
+ depends on CROSS_GCC
bool
prompt "additional deps for gcc-4.3"
help
Add new dependencies for gcc-4.3+: "GMP" and "MPFR"
config CROSS_GCC_SERIES
- depends on CROSS_GCC_FIRST
+ depends on CROSS_GCC
string
prompt "gcc patch series file"
-config CROSS_GCC_FIRST_SERIES
- depends on CROSS_GCC_FIRST
+config CROSS_GCC_SERIES
+ depends on CROSS_GCC
string
default "${PTXCONF_CROSS_GCC_SERIES}"
config CROSS_GCC_LANG
- depends on CROSS_GCC_FIRST
+ depends on CROSS_GCC
string
prompt "languages"
default "c,c++"
@@ -46,7 +45,7 @@ config CROSS_GCC_LANG
Delimiter is ','
config CROSS_GCC_EXTRA_CONFIG
- depends on CROSS_GCC_FIRST
+ depends on CROSS_GCC
string
prompt "extra configure options"
help
@@ -99,12 +98,11 @@ config CROSS_GCC_THREADS
default "win32" if CROSS_GCC_THREADS_WIN32
###
-### second
+### first
###
-config CROSS_GCC_SECOND
+config CROSS_GCC_FIRST
bool
select CROSS_BINUTILS
- select CROSS_GCC_FIRST
- select LIBC_FIRST
- prompt "gcc (second)"
-
+ select LIBC_HEADERS
+ select HOST_GMP if CROSS_GCC_43
+ select HOST_MPFR if CROSS_GCC_43