diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-05-25 21:10:41 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-05-25 22:38:00 +1000 |
commit | cc0160f4c17144465d17db90354e8e4a41f10e7a (patch) | |
tree | ce039f8164f37d8d0884c5223a1730e4f5f76b7e /gcj | |
parent | b563c1845aa5a966320200b942e6cbe61baeaee7 (diff) | |
download | contrib-cc0160f4c17144465d17db90354e8e4a41f10e7a.tar.gz contrib-cc0160f4c17144465d17db90354e8e4a41f10e7a.tar.xz |
gcj: revert to make -j1
Diffstat (limited to 'gcj')
-rw-r--r-- | gcj/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcj/Pkgfile b/gcj/Pkgfile index 4bc8430f4..ae9b57a7b 100644 --- a/gcj/Pkgfile +++ b/gcj/Pkgfile @@ -35,8 +35,7 @@ build() { make bootstrap make check - export MAKEFLAGS="$MAKEFLAGS -j1" - make prefix=$PKG/usr install + make -j1 prefix=$PKG/usr install ln -sf /usr/libexec/gcc/i686-pc-linux-gnu/$version/jc1 $PKG/usr/bin/jc1 |