wok rev 6751
Removed --enable-gold cause gcc and gcc+gcj don't compile right. This is a test to see if it compiles fine on build server without --enable-gold.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 17 17:13:35 2010 +0000 (2010-10-17) |
parents | b6835a24d78e |
children | 014c4d6d0533 |
files | binutils/receipt gcc+gcj/receipt gcc/receipt |
line diff
1.1 --- a/binutils/receipt Sun Oct 17 22:21:38 2010 +0200 1.2 +++ b/binutils/receipt Sun Oct 17 17:13:35 2010 +0000 1.3 @@ -24,7 +24,6 @@ 1.4 --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 --enable-shared \ 1.7 - --enable-gold \ 1.8 $CONFIGURE_ARGS && 1.9 make -j 4 tooldir=/usr && 1.10 # Install in binutils-build/ and then move the files to
2.1 --- a/gcc+gcj/receipt Sun Oct 17 22:21:38 2010 +0200 2.2 +++ b/gcc+gcj/receipt Sun Oct 17 17:13:35 2010 +0000 2.3 @@ -74,7 +74,7 @@ 2.4 --with-python-dir=/usr/lib/$PYTHON_LIB/site-packages \ 2.5 --with-x --enable-java-awt=gtk \ 2.6 --enable-gtk-cairo \ 2.7 - --enable-lto --enable-gold \ 2.8 + --enable-lto \ 2.9 $CONFIGURE_ARGS $GCC_TARGET && 2.10 make -j 4 bootstrap && 2.11 # Make install in the source tree to help creating derived pkgs
3.1 --- a/gcc/receipt Sun Oct 17 22:21:38 2010 +0200 3.2 +++ b/gcc/receipt Sun Oct 17 17:13:35 2010 +0000 3.3 @@ -23,7 +23,7 @@ 3.4 --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ 3.5 --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \ 3.6 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ 3.7 - --enable-lto --enable-gold \ 3.8 + --enable-lto \ 3.9 --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && 3.10 make -j 4 bootstrap && 3.11 # Make install in the source tree to help creating derivated pkgs