Skip to content

Commit

Permalink
Fix wrong config
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc authored and JonasVautherin committed Aug 7, 2024
1 parent 748f3c0 commit ac61758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linux-arm64/crosstool-ng.config
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ CT_ARCH_ARM=y
CT_ARCH="arm"
CT_ARCH_CHOICE_KSYM="ARM"
CT_ARCH_CPU="cortex-a53"
CT_ARCH_TUNE="cortex-a72"
CT_ARCH_ARM_SHOW=y

#
Expand Down Expand Up @@ -187,7 +186,6 @@ CT_ARCH_SUPPORTS_WITH_ARCH=y
CT_ARCH_SUPPORTS_WITH_CPU=y
CT_ARCH_SUPPORTS_WITH_TUNE=y
CT_ARCH_EXCLUSIVE_WITH_CPU=y
CT_ARCH_ARCH=""
CT_TARGET_CFLAGS=""
CT_TARGET_LDFLAGS=""
# end of Target options
Expand Down Expand Up @@ -513,7 +511,7 @@ CT_GLIBC_SSP_DEFAULT=y
# CT_GLIBC_SSP_YES is not set
# CT_GLIBC_SSP_ALL is not set
# CT_GLIBC_SSP_STRONG is not set
CT_GLIBC_ENABLE_WERROR is not set
CT_GLIBC_ENABLE_WERROR=y
# CT_GLIBC_ENABLE_COMMON_FLAG is not set
CT_ALL_LIBC_CHOICES="AVR_LIBC GLIBC MINGW_W64 MOXIEBOX MUSL NEWLIB NONE PICOLIBC UCLIBC_NG"
CT_LIBC_SUPPORT_THREADS_ANY=y
Expand Down

0 comments on commit ac61758

Please sign in to comment.