Browse Source

- try to fix crosstool configs

master
vanhofen 5 years ago
parent
commit
656eade356
  1. 9
      configs/ct-ng-armbox.config
  2. 9
      configs/ct-ng-mipsbox.config

9
configs/ct-ng-armbox.config

@ -255,9 +255,10 @@ CT_BINUTILS_binutils=y
# GNU binutils
#
# CT_BINUTILS_CUSTOM is not set
CT_BINUTILS_VERSION="2.32"
CT_BINUTILS_VERSION="2.33.1"
# CT_BINUTILS_SHOW_LINARO is not set
CT_BINUTILS_V_2_32=y
CT_BINUTILS_V_2_33_1=y
# CT_BINUTILS_V_2_32 is not set
# CT_BINUTILS_V_2_31_1 is not set
# CT_BINUTILS_V_2_30 is not set
# CT_BINUTILS_V_2_29_1 is not set
@ -496,11 +497,11 @@ CT_GMP_V_6_1_2=y
# CT_GMP_V_4_3_0 is not set
CT_GMP_5_0_2_or_later=y
CT_GMP_VERSION="6.1.2"
CT_MPFR_V_4_0_1=y
CT_MPFR_V_4_0_2=y
# CT_MPFR_V_3_1_6 is not set
# CT_MPFR_V_3_0_1 is not set
# CT_MPFR_V_2_4_2 is not set
CT_MPFR_VERSION="4.0.1"
CT_MPFR_VERSION="4.0.2"
# CT_ISL_V_0_20 is not set
# CT_ISL_V_0_19 is not set
CT_ISL_V_0_18=y

9
configs/ct-ng-mipsbox.config

@ -243,9 +243,10 @@ CT_BINUTILS_binutils=y
# GNU binutils
#
# CT_BINUTILS_CUSTOM is not set
CT_BINUTILS_VERSION="2.32"
CT_BINUTILS_VERSION="2.33.1"
# CT_BINUTILS_SHOW_LINARO is not set
CT_BINUTILS_V_2_32=y
CT_BINUTILS_V_2_33_1=y
# CT_BINUTILS_V_2_32 is not set
# CT_BINUTILS_V_2_31_1 is not set
# CT_BINUTILS_V_2_30 is not set
# CT_BINUTILS_V_2_29_1 is not set
@ -488,11 +489,11 @@ CT_GMP_V_6_1_2=y
# CT_GMP_V_4_3_0 is not set
CT_GMP_5_0_2_or_later=y
CT_GMP_VERSION="6.1.2"
CT_MPFR_V_4_0_1=y
CT_MPFR_V_4_0_2=y
# CT_MPFR_V_3_1_6 is not set
# CT_MPFR_V_3_0_1 is not set
# CT_MPFR_V_2_4_2 is not set
CT_MPFR_VERSION="4.0.1"
CT_MPFR_VERSION="4.0.2"
# CT_ISL_V_0_20 is not set
# CT_ISL_V_0_19 is not set
CT_ISL_V_0_18=y

Loading…
Cancel
Save