From 4ef6286f11161370e7d77102ec23df58a11a7e47 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 May 2007 21:11:27 +0000 Subject: Remove dead entries for components not yet integrated: cygwin kernel, tcc... Some fixups in config entries, to avoid warnings when parsed by the kconfig parser. --- scripts/build/cc_core_tcc.sh | 0 scripts/build/cc_tcc.sh | 0 scripts/build/kernel_cygwin.sh | 0 scripts/crosstool.sh | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 scripts/build/cc_core_tcc.sh delete mode 100644 scripts/build/cc_tcc.sh delete mode 100644 scripts/build/kernel_cygwin.sh (limited to 'scripts') diff --git a/scripts/build/cc_core_tcc.sh b/scripts/build/cc_core_tcc.sh deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/build/cc_tcc.sh b/scripts/build/cc_tcc.sh deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/build/kernel_cygwin.sh b/scripts/build/kernel_cygwin.sh deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index dfe0c806..848395ae 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -114,7 +114,7 @@ CT_CC_FILE="${CT_CC}-${CT_CC_VERSION}" CT_LIBC_FILE="${CT_LIBC}-${CT_LIBC_VERSION}" [ "${CT_ARCH_FLOAT_SW_LIBFLOAT}" = "y" ] && CT_LIBFLOAT_FILE="libfloat-990616" -# Kludge: If any of the configured options needs CT_TARGET or CT_TOP_DIR, +# Kludge: If any of the configured options needs CT_TARGET, # then rescan the options file now: . "${CT_TOP_DIR}/.config" -- cgit v1.2.3