Bladeren bron

sparc: refresh uClibc-ng config

Waldemar Brodkorb 2 dagen geleden
bovenliggende
commit
bb1b57eea6
2 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. 3 1
      target/sparc/uclibc-ng.config
  2. 1 0
      toolchain/uclibc-ng/Makefile

+ 3 - 1
target/sparc/uclibc-ng.config

@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 1.0.52 C Library Configuration
+# uClibc-ng 1.0.58 C Library Configuration
 #
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set
@@ -18,6 +18,7 @@
 # TARGET_ia64 is not set
 # TARGET_kvx is not set
 # TARGET_lm32 is not set
+# TARGET_loongarch is not set
 # TARGET_m68k is not set
 # TARGET_metag is not set
 # TARGET_microblaze is not set
@@ -44,6 +45,7 @@ TARGET_ARCH="sparc"
 FORCE_OPTIONS_FOR_ARCH=y
 # CONFIG_SPARC_V7 is not set
 CONFIG_SPARC_V8=y
+# CONFIG_SPARC_LEON3 is not set
 TARGET_SUBARCH=""
 
 #

+ 1 - 0
toolchain/uclibc-ng/Makefile

@@ -287,6 +287,7 @@ endif
 
 # sparc
 ifeq ($(ADK_TARGET_CPU_SPARC_LEON3),y)
+	$(SED) 's/.*\(CONFIG_SPARC_V7\).*/# \1 is not set/' ${WRKBUILD}/.config
 	$(SED) 's/.*\(CONFIG_SPARC_V8\).*/# \1 is not set/' ${WRKBUILD}/.config
 	$(SED) 's/.*\(CONFIG_SPARC_LEON3\).*/\1=y/' ${WRKBUILD}/.config
 endif