summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-12-13 00:46:27 +0000
committerVincent Sanders <vince@kyllikki.org>2012-12-13 00:46:27 +0000
commit77e33af042e8cae74fab188ecd94e6adbcd844fc (patch)
tree40664778635598629afdaac7c842c61c9b9dfb78 /sdk/Makefile
parent6ffb88792a63ed15117b01aae9ac844f7b6da1dc (diff)
downloadtoolchains-77e33af042e8cae74fab188ecd94e6adbcd844fc.tar.gz
toolchains-77e33af042e8cae74fab188ecd94e6adbcd844fc.tar.bz2
Use information and patch from Chris Gransden to make nspr compile with pthreads
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 7866b84..895ee90 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -467,7 +467,7 @@ $(SOURCEDIR)/expat-$(VERSION_LIBEXPAT).tar.gz:
# nspr
$(BUILDSTEPS)/nspr.d: $(BUILDSTEPS)/builddir.d $(BUILDSTEPS)/nspr-src.d
- cd $(BUILDDIR)/nspr/nspr-$(VERSION_NSPR)/mozilla/nsprpub && $(env) CROSS_COMPILE=1 CFLAGS=-D_PR_LOCAL_THREADS_ONLY ./configure --prefix=$(GCCSDK_INSTALL_ENV) --target=$(TARGET) --host=$(TARGET) --disable-shared --without-pthreads --without-thumb --without-thumb-interwork --with-arch=armv3
+ cd $(BUILDDIR)/nspr/nspr-$(VERSION_NSPR)/mozilla/nsprpub && $(env) ./configure --prefix=$(GCCSDK_INSTALL_ENV) --target=$(TARGET) --disable-shared --without-thumb --without-thumb-interwork --with-arch=armv3
cd $(BUILDDIR)/nspr/nspr-$(VERSION_NSPR)/mozilla/nsprpub && $(env) make
cd $(BUILDDIR)/nspr/nspr-$(VERSION_NSPR)/mozilla/nsprpub && $(env) make install
touch $@