History log of /ndk/sources/host-tools/sed-4.2.1/configure
Revision Date Author Comments
3b28972d8a5a108579496233266fccd69c9d2fe5 17-Jan-2013 Andrew Hsieh <andrewhsieh@google.com> Fix canadian build

1. Rename functions *_mingw_* to *_canadian_* to cover new
switch --darwin which define DARWIN=yes and expect toolchain
prefix at ${DARWIN_TOOLCHAIN}-
2. Add new flags CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD
for "build". See https://android-review.googlesource.com/#/c/50032
and https://android-review.googlesource.com/#/c/50121
Now we can export LDFLAGS as well.
3. Add NATIVE_CC for awk which needs to run "maketab"
4. "Clean up" in build-ndk-stack.sh
5. Fix make-3.81 and sed-4.2.1 configure $CPP to take $CFLAGS as well
6. make-release.sh and rebuild-all-prebuilt.sh build darwin-x86 too
if ${DARWIN_TOOLCHAIN}-gcc is found

Change-Id: If0d1452990b705e0d62b9e8c6de8911296158533
a6dfe5f70959a596290e1591579d26a288a1a2f9 23-Sep-2011 David 'Digit' Turner <digit@google.com> build-host-sed.sh: new script to build sed from sources

This patch adds build-host-sed.sh that can be used to rebuild
host versions of the sed tool, which will be placed under
prebuilt/<system>/bin/

This is mainly for native Win32 support, since we can't rely
on having a working sed in this environment.

A future patch will modify the NDK build system to use the
prebuilt binary automatically.

+ Add prebuilt/ to .gitignore
+ Remove prebuilt/ in dev-cleanup.sh

Change-Id: Ibe3561c189e90dde68023b7cbe1e9dc03dff1004