- The sysroot requires an existing argument, so make sure that we did configure
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 7 Dec 2006 17:02:32 +0000 (17:02 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 7 Dec 2006 17:02:32 +0000 (17:02 -0000)
  uClibc properly before attempting to use it.

toolchain/gcc/gcc-uclibc-3.x.mk

index 00471d71e62b59139bc2f7ebb6305a730bf80530..63cb908af130635089a85a6a0d1e88edbb74fcd7 100644 (file)
@@ -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)" \