summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 21:11:27 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 21:11:27 (GMT)
commit4ef6286f11161370e7d77102ec23df58a11a7e47 (patch)
tree074a2430820074f73fb5a9f621beec1ca3d2fc94 /scripts
parenta47bd2d00e3f766a58d57d30e77613726475326e (diff)
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/cc_core_tcc.sh0
-rw-r--r--scripts/build/cc_tcc.sh0
-rw-r--r--scripts/build/kernel_cygwin.sh0
-rwxr-xr-xscripts/crosstool.sh2
4 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc_core_tcc.sh b/scripts/build/cc_core_tcc.sh
deleted file mode 100644
index e69de29..0000000
--- a/scripts/build/cc_core_tcc.sh
+++ /dev/null
diff --git a/scripts/build/cc_tcc.sh b/scripts/build/cc_tcc.sh
deleted file mode 100644
index e69de29..0000000
--- a/scripts/build/cc_tcc.sh
+++ /dev/null
diff --git a/scripts/build/kernel_cygwin.sh b/scripts/build/kernel_cygwin.sh
deleted file mode 100644
index e69de29..0000000
--- a/scripts/build/kernel_cygwin.sh
+++ /dev/null
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index dfe0c80..848395a 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"