Skip to content

Commit

Permalink
fix reproducible builds between native and cross builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapshin committed Aug 29, 2024
1 parent 270bed0 commit b1e0a26
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/global/paths.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ config WORK_DIR

config BUILD_TOP_DIR
string
default "${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}"
default "${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_TARGET}"

config BUILD_DIR
string
Expand Down
1 change: 0 additions & 1 deletion samples/riscv32-esp-elf/crosstool.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
CT_PREFIX_DIR="${CT_TOP_DIR}/builds/${CT_TARGET}"
CT_BUILD_TOP_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_TARGET}"

CT_ARCH_RISCV=y
CT_ARCH="riscv"
Expand Down
1 change: 0 additions & 1 deletion samples/xtensa-esp-elf/crosstool.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
CT_PREFIX_DIR="${CT_TOP_DIR}/builds/${CT_TARGET}"
CT_BUILD_TOP_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_TARGET}"

CT_ARCH_XTENSA=y
CT_ARCH="xtensa"
Expand Down

0 comments on commit b1e0a26

Please sign in to comment.