summaryrefslogtreecommitdiff
path: root/i686-w64-mingw32
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-22 19:49:12 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-22 19:49:12 +0100
commit041bb207d4a900520e5fa900747d66f469e894b6 (patch)
treeac74321794e3501552facd64c790d03425f5c864 /i686-w64-mingw32
parent03968cbfb0eca0a2a37b3d875b5d7e3bd1d02b81 (diff)
downloadtoolchains-041bb207d4a900520e5fa900747d66f469e894b6.tar.gz
toolchains-041bb207d4a900520e5fa900747d66f469e894b6.tar.bz2
remove parallel processing
Diffstat (limited to 'i686-w64-mingw32')
-rw-r--r--i686-w64-mingw32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index eaff674..25bda31 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -63,7 +63,7 @@ $(BUILDSTEPS)/gcc-core.d: $(BUILDSTEPS)/srcdir-step3.d $(BUILDSTEPS)/binutils.d
--prefix=$(PREFIX) --target=$(TARGET_NAME) \
--enable-languages=c --with-system-zlib --disable-multilib \
--enable-shared --enable-fully-dynamic-string
- cd $(BUILDDIR)/gcc && PATH="$(PREFIX)/bin:$(PATH)" make all-gcc -j 4
+ cd $(BUILDDIR)/gcc && PATH="$(PREFIX)/bin:$(PATH)" make all-gcc
cd $(BUILDDIR)/gcc && PATH="$(PREFIX)/bin:$(PATH)" make install-gcc
touch $@