Skip to content

Commit bb79dcc

Browse files
galaknashif
authored andcommitted
Move to using miniconfig
Use miniconfig for the various toolchain defconfig files. This makes it much easier to compare the files and update them going forward. We also save a miniconfig version of the .config as part of the build process now. Signed-off-by: Kumar Gala <[email protected]>
1 parent f8adf10 commit bb79dcc

File tree

9 files changed

+3
-5066
lines changed

9 files changed

+3
-5066
lines changed

configs/arc.config

Lines changed: 0 additions & 624 deletions
Large diffs are not rendered by default.

configs/arm.config

Lines changed: 0 additions & 657 deletions
Large diffs are not rendered by default.

configs/i586.config

Lines changed: 0 additions & 636 deletions
Large diffs are not rendered by default.

configs/iamcu.config

Lines changed: 1 addition & 636 deletions
Large diffs are not rendered by default.

configs/mips.config

Lines changed: 0 additions & 631 deletions
Large diffs are not rendered by default.

configs/nios2.config

Lines changed: 0 additions & 626 deletions
Large diffs are not rendered by default.

configs/riscv32.config

Lines changed: 0 additions & 592 deletions
Large diffs are not rendered by default.

configs/xtensa.config

Lines changed: 0 additions & 662 deletions
Large diffs are not rendered by default.

go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ for t in ${TARGETS}; do
7272
pushd build_${t}
7373

7474
${CT_NG} clean
75-
cp ${GITDIR}/configs/${t}.config .config
76-
yes "" | ${CT_NG} oldconfig
75+
${CT_NG} defconfig DEFCONFIG=${GITDIR}/configs/${t}.config
76+
${CT_NG} savedefconfig DEFCONFIG=${t}.config
7777
${CT_NG} build -j ${JOBS}
7878
rm -rf build_${t}
7979

0 commit comments

Comments
 (0)