Changeset a316a45 in freewrt for toolchain


Ignore:
Timestamp:
Jun 19, 2006, 2:30:25 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
001c754
Parents:
6223c2d
Message:

use the GNU sed built by toolchain again, but prevent it
from picking up I18N support (causes it to segfault at
least under mirbsd - GNU libregex clashes)

ok wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@144 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
toolchain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • toolchain/Makefile

    r6223c2d ra316a45  
    22include $(TOPDIR)/rules.mk
    33
    4 ifeq ($(shell [[ "$(OStype)" = *BSD ]] && echo 1),)
    54BUILD_SED:=sed
    65BUILD_SED_DEP:=sed-install
    7 else
    8 BUILD_SED:=
    9 BUILD_SED_DEP:=
    10 endif
    116
    127TARGETS:=$(BUILD_SED) binutils gcc uClibc ipkg-utils gdb libnotimpl utils lzma
  • toolchain/sed/Makefile

    r6223c2d ra316a45  
    2727$(SED_DIR)/.configured: $(SED_DIR)/.unpacked
    2828        (cd $(SED_DIR); rm -rf config.cache; \
     29                ac_cv_header_wchar_h=no \
    2930                ./configure \
     31                --disable-nls \
    3032                --prefix=$(STAGING_DIR) \
    3133                --prefix=/usr \
     
    4850            rm -rf $(STAGING_DIR)/share/locale $(STAGING_DIR)/usr/info \
    4951                    $(STAGING_DIR)/usr/man $(STAGING_DIR)/usr/share/doc; fi
     52        @ln -sf $(STAGING_DIR)/$(SED_TARGET_BINARY) $(TOPDIR)/lbin/sed
    5053
    5154use-sed-host-binary:
Note: See TracChangeset for help on using the changeset viewer.