Skip to content

Commit cfc622f

Browse files
stephanosiogalak
authored andcommitted
configs: Remove CT_LOCAL_PATCH_DIR
Remove CT_LOCAL_PATCH_DIR since the sdk-ng no longer provides local patches and uses the fork repositories instead.
1 parent 62b1766 commit cfc622f

17 files changed

+0
-34
lines changed

configs/arc.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_ARC=y
97
CT_MULTILIB=y

configs/arm.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_ARM=y
97
CT_ARCH_ARM_INTERWORKING=y

configs/arm64.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_ARM=y
97
CT_MULTILIB=y

configs/i586.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_X86=y
97
CT_ARCH_TUNE="pentium"

configs/iamcu.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="2"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_X86=y
97
CT_ARCH_TUNE="lakemont"

configs/mips.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_MIPS=y
97
CT_MULTILIB=y

configs/nios2.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_NIOS2=y
97
CT_MULTILIB=y

configs/riscv64.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_RISCV=y
97
CT_MULTILIB=y

configs/sparc.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_SPARC=y
97
CT_MULTILIB=y

configs/x86_64-zephyr-elf.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ CT_CONFIG_VERSION="3"
22
CT_EXPERIMENTAL=y
33
CT_LOCAL_TARBALLS_DIR="${CT_PREFIX:-${HOME}/x-tools}/sources"
44
# CT_PREFIX_DIR_RO is not set
5-
CT_PATCH_BUNDLED_LOCAL=y
6-
CT_LOCAL_PATCH_DIR="${CT_TOP_DIR}/../../patches"
75
# CT_LOG_PROGRESS_BAR is not set
86
CT_ARCH_X86=y
97
CT_MULTILIB=y

0 commit comments

Comments
 (0)