Commit c7528e5d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

uclibc: fixup more unicode madness



This should be @D, and not some kind of funky unicode character.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 1aced6c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sh)
UCLIBC_SH_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_SH_TYPE))
define UCLIBC_SH_TYPE_CONFIG
	$(SED) '/CONFIG_SH[234A]*/d' $(@D)/.config
	$(call UCLIBC_OPT_SET,$(UCLIBC_SH_TYPE),y,$(@Ð))
	$(call UCLIBC_OPT_SET,$(UCLIBC_SH_TYPE),y,$(@D))
endef
endif # sh

@@ -126,7 +126,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sparc)
UCLIBC_SPARC_TYPE = CONFIG_SPARC_$(call qstrip,$(BR2_UCLIBC_SPARC_TYPE))
define UCLIBC_SPARC_TYPE_CONFIG
	$(SED) 's/^\(CONFIG_[^_]*[_]*SPARC[^=]*\)=.*/# \1 is not set/g' \
		 $(@Ð)/.config
		 $(@D)/.config
	$(call UCLIBC_OPT_SET,$(UCLIBC_SPARC_TYPE),y,$(@D))
endef
endif # sparc