projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df0c8e
)
fix a compile error when compiling with glibc (#7816)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 1 Sep 2010 15:21:43 +0000
(15:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 1 Sep 2010 15:21:43 +0000
(15:21 +0000)
SVN-Revision: 22869
toolchain/glibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/glibc/Makefile
b/toolchain/glibc/Makefile
index abd1c5707717a58b74fabe0fadf756a5b7ab2d29..789ae842d61b6e4b6ff396dd61bf62bdba2eb4ad 100644
(file)
--- 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" \