diff options
| author | Eric Andersen | 2003-11-19 18:17:56 +0100 |
|---|---|---|
| committer | Eric Andersen | 2003-11-19 18:17:56 +0100 |
| commit | 4f889ada561fbdffeefa1a8327d5b8939b021685 (patch) | |
| tree | 925b247ee7718930f470b2c1843cb15e80a045dd /Makefile | |
| parent | Turn on HAS_FPU by default. If soft float support is configured in the (diff) | |
| download | buildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.tar.gz buildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.tar.xz buildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.zip | |
automatically detect if we have a usable version of sed
installed. If not, we will now build our own version.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ INSTALL_LIBSTDCPP=true # The list of stuff to build for the target filesystem # ############################################################# -TARGETS:= +TARGETS:=host-sed # The toolchain comes next if we are building one ifeq ($(USE_UCLIBC_TOOLCHAIN),true) ifeq ($(GCC_2_95_TOOLCHAIN),true) |
