summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-26 08:36:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commit06990418b55c6fbb1951bdb45acd15c394a8e3e8 (patch)
treeaaf998295af09f44d84e2cb12ac5f0dcfd775a11 /rules
parentc927a8882058099f7fd45ba8963839835f4a7dab (diff)
downloadOSELAS.Toolchain-06990418b55c6fbb1951bdb45acd15c394a8e3e8.tar.gz
OSELAS.Toolchain-06990418b55c6fbb1951bdb45acd15c394a8e3e8.tar.xz
cross-gcc: drop the CROSS_GCC_[0-9]* version options
Building gcc versions that old is not really supported anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-gcc.in47
1 files changed, 10 insertions, 37 deletions
diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in
index 0f5debd..7cc117b 100644
--- a/rules/cross-gcc.in
+++ b/rules/cross-gcc.in
@@ -5,11 +5,11 @@ menuconfig CROSS_GCC
prompt "gcc "
select CROSS_BINUTILS
select LIBC_FIRST
- select HOST_SYSTEM_GMP if CROSS_GCC_43
- select HOST_SYSTEM_MPFR if CROSS_GCC_43
- select HOST_SYSTEM_MPC if CROSS_GCC_43
- select HOST_ZLIB if CROSS_GCC_43
- select HOST_SYSTEM_ISL if CROSS_GCC_48
+ select HOST_SYSTEM_GMP
+ select HOST_SYSTEM_MPFR
+ select HOST_SYSTEM_MPC
+ select HOST_ZLIB
+ select HOST_SYSTEM_ISL
select CROSS_ECJ if CROSS_GCC_LANG_JAVA
if CROSS_GCC
@@ -38,33 +38,6 @@ config CROSS_GCC_PKGVERSION
default "${PTXCONF_PROJECT}" if CROSS_GCC_DL_VERSION = "${PTXCONF_CROSS_GCC_VERSION}"
default "${PTXCONF_PROJECT} ${PTXCONF_CROSS_GCC_DL_VERSION}" if CROSS_GCC_DL_VERSION != "${PTXCONF_CROSS_GCC_VERSION}"
-config CROSS_GCC_43
- bool
- prompt "additional deps for gcc >= 4.3"
- help
- Add new dependencies for gcc >= 4.3: "GMP" and "MPFR"
-
-config CROSS_GCC_45
- bool
- prompt "additional deps for gcc >= 4.5"
- select CROSS_GCC_43
- help
- Add new dependencies for gcc >= 4.5: "libelf"
-
-config CROSS_GCC_48
- bool
- prompt "additional deps for gcc >= 4.8"
- select CROSS_GCC_45
- help
- Add new dependencies for gcc >= 4.8: "cloog"
-
-config CROSS_GCC_50
- bool
- prompt "additional deps for gcc >= 5.0"
- select CROSS_GCC_48
- help
- Add new dependencies for gcc >= 5.0: "isl" but not "cloog"
-
config CROSS_GCC_SERIES
string
default "series"
@@ -245,9 +218,9 @@ config CROSS_GCC_FIRST
# without this there is no $(COMPILER_PREFIX)ld
select CROSS_ELF2FLT if UCLIBC
select LIBC_HEADERS
- select HOST_SYSTEM_GMP if CROSS_GCC_43
- select HOST_SYSTEM_MPFR if CROSS_GCC_43
- select HOST_SYSTEM_MPC if CROSS_GCC_43
- select HOST_ZLIB if CROSS_GCC_43
- select HOST_SYSTEM_ISL if CROSS_GCC_48
+ select HOST_SYSTEM_GMP
+ select HOST_SYSTEM_MPFR
+ select HOST_SYSTEM_MPC
+ select HOST_ZLIB
+ select HOST_SYSTEM_ISL