diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2010-09-01 15:21:43 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-01 15:21:43 +0000 |
| commit | b0a6ced97a0a32e66a347f586648f8c0117ab9fa (patch) | |
| tree | f76e809c33530e28a7379f218cb7946431c7dc59 | |
| parent | 2f72fb4695cf888f533432b99b152511149fb4e4 (diff) | |
| download | upstream-b0a6ced97a0a32e66a347f586648f8c0117ab9fa.tar.gz upstream-b0a6ced97a0a32e66a347f586648f8c0117ab9fa.tar.bz2 upstream-b0a6ced97a0a32e66a347f586648f8c0117ab9fa.zip | |
fix a compile error when compiling with glibc (#7816)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22869 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | toolchain/glibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index abd1c570771..789ae842d61 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -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" \ |
