diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/cc_core_tcc.sh | 0 | ||||
-rw-r--r-- | scripts/build/cc_tcc.sh | 0 | ||||
-rw-r--r-- | scripts/build/kernel_cygwin.sh | 0 | ||||
-rwxr-xr-x | scripts/crosstool.sh | 2 |
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 e69de29b..00000000 --- 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 e69de29b..00000000 --- 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 e69de29b..00000000 --- a/scripts/build/kernel_cygwin.sh +++ /dev/null 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" |