From: Bernhard Reutner-Fischer Date: Thu, 7 Dec 2006 17:02:32 +0000 (-0000) Subject: - The sysroot requires an existing argument, so make sure that we did configure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83fecd0e36b65d7d2f946fa0caa578160395a3c5;p=buildroot.git - The sysroot requires an existing argument, so make sure that we did configure uClibc properly before attempting to use it. --- diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index 00471d71e6..63cb908af1 100644 --- a/toolchain/gcc/gcc-uclibc-3.x.mk +++ b/toolchain/gcc/gcc-uclibc-3.x.mk @@ -115,7 +115,7 @@ endif # fixed, so we need to actually have working C library header files prior to # the step or libgcc will not build... -$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched +$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched uclibc-configured mkdir -p $(GCC_BUILD_DIR1) (cd $(GCC_BUILD_DIR1); PATH=$(TARGET_PATH) \ CC="$(HOSTCC)" \