summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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"