fix a compile error when compiling with glibc (#7816)
[openwrt.git] / toolchain / glibc / Makefile
index abd1c57..789ae84 100644 (file)
@@ -57,7 +57,7 @@ GLIBC_CONFIGURE:= \
        libc_cv_386_tls=yes \
        libc_cv_slibdir="/lib" \
        $(HOST_BUILD_DIR)/configure \
-               --prefix=/ \
+               --prefix= \
                --build=$(GNU_HOST_NAME) \
                --host=$(REAL_GNU_TARGET_NAME) \
                --with-headers="$(TOOLCHAIN_DIR)/include" \
This page took 0.03124 seconds and 4 git commands to generate.