Skip to content

Commit

Permalink
configs/zynq_[pluto|m2k]_defconfig: Switch to Linaro toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Nov 3, 2023
1 parent 4b41c25 commit 6011c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/zynq_m2k_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_FPU_NEON=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y
BR2_OPTIMIZE_2=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_HOSTNAME="m2k"
BR2_TARGET_GENERIC_ISSUE="Welcome to M2k"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
Expand Down
4 changes: 2 additions & 2 deletions configs/zynq_pluto_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_FPU_NEON=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y
BR2_OPTIMIZE_2=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_HOSTNAME="pluto"
BR2_TARGET_GENERIC_ISSUE="Welcome to Pluto"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
Expand Down

0 comments on commit 6011c61

Please sign in to comment.