fix endian sed as pointed out by David Anders

This commit is contained in:
Mike Frysinger 2006-01-18 12:04:50 +00:00
parent 8ca0e33cd1
commit 5afefc9d60
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
-e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \
$(UCLIBC_DIR)/.config
ifneq ($(UCLIBC_TARGET_ENDIAN),)
$(SED) '/^# ARCH_$(UCLIBC_TARGET_ENDIAN)_ENDIAN /s,# ,,;s, is not set,=y,g' \
-e '/^# ARCH_$(UCLIBC_NOT_TARGET_ENDIAN)_ENDIAN /s,# ,,;s, is not set,=n,' \
$(SED) '/^# ARCH_$(UCLIBC_TARGET_ENDIAN)_ENDIAN /{s,# ,,;s, is not set,=y,g}' \
-e '/^# ARCH_$(UCLIBC_NOT_TARGET_ENDIAN)_ENDIAN /{s,# ,,;s, is not set,=n,g}' \
$(UCLIBC_DIR)/.config
endif
ifeq ($(BR2_LARGEFILE),y)