summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/gcc.kconfig25
1 files changed, 4 insertions, 21 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index e6ffa57..a1c016a 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -41,6 +41,7 @@ choice
bool "gcc-4.4.x"
config EMBTK_GCC_VERSION_4_3_X
bool "gcc-4.3.x"
+ depends on EMBTK_OLDPACKAGES
endchoice
# GCC-4.6.x
@@ -52,6 +53,7 @@ choice
config EMBTK_GCC_VERSION_4_6_2
bool "gcc-4.6.2"
+ select EMBTK_GCC_NEED_PATCH
endchoice
# GCC-4.5.x
@@ -120,18 +122,14 @@ choice
bool "gcc-4.3.6"
config EMBTK_GCC_VERSION_4_3_5
bool "gcc-4.3.5"
- depends on EMBTK_OLDPACKAGES
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_4
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.4"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_3
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.3"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_2
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.2"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -221,39 +219,24 @@ config EMBTK_GCC_NEED_PATCH
select EMBTK_GCC1_NEED_PATCH
select EMBTK_GCC2_NEED_PATCH
select EMBTK_GCC3_NEED_PATCH
+
config EMBTK_GCC_NEED_AUTORECONF
bool
select EMBTK_GCC1_NEED_AUTORECONF
select EMBTK_GCC2_NEED_AUTORECONF
select EMBTK_GCC3_NEED_AUTORECONF
-config EMBTK_GCC_PKG_IS_TARGZ
- bool
-config EMBTK_GCC_PKG_IS_TARBZ2
- bool
config EMBTK_GCC1_NEED_PATCH
bool
config EMBTK_GCC1_NEED_AUTORECONF
bool
-config EMBTK_GCC1_PKG_IS_TARGZ
- bool
-config EMBTK_GCC1_PKG_IS_TARBZ2
- bool
config EMBTK_GCC2_NEED_PATCH
bool
config EMBTK_GCC2_NEED_AUTORECONF
bool
-config EMBTK_GCC2_PKG_IS_TARGZ
- bool
-config EMBTK_GCC2_PKG_IS_TARBZ2
- bool
config EMBTK_GCC3_NEED_PATCH
bool
config EMBTK_GCC3_NEED_AUTORECONF
bool
-config EMBTK_GCC3_PKG_IS_TARGZ
- bool
-config EMBTK_GCC3_PKG_IS_TARBZ2
- bool