# HG changeset patch # User Christopher Rogers # Date 1287335615 0 # Node ID 136bc077dd05f5fc6db703e412bf8d119bda2fbb # Parent b6835a24d78e95f86fc180aa4deb2cefee4cc724 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. diff -r b6835a24d78e -r 136bc077dd05 binutils/receipt --- a/binutils/receipt Sun Oct 17 22:21:38 2010 +0200 +++ b/binutils/receipt Sun Oct 17 17:13:35 2010 +0000 @@ -24,7 +24,6 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-shared \ - --enable-gold \ $CONFIGURE_ARGS && make -j 4 tooldir=/usr && # Install in binutils-build/ and then move the files to diff -r b6835a24d78e -r 136bc077dd05 gcc+gcj/receipt --- a/gcc+gcj/receipt Sun Oct 17 22:21:38 2010 +0200 +++ b/gcc+gcj/receipt Sun Oct 17 17:13:35 2010 +0000 @@ -74,7 +74,7 @@ --with-python-dir=/usr/lib/$PYTHON_LIB/site-packages \ --with-x --enable-java-awt=gtk \ --enable-gtk-cairo \ - --enable-lto --enable-gold \ + --enable-lto \ $CONFIGURE_ARGS $GCC_TARGET && make -j 4 bootstrap && # Make install in the source tree to help creating derived pkgs diff -r b6835a24d78e -r 136bc077dd05 gcc/receipt --- a/gcc/receipt Sun Oct 17 22:21:38 2010 +0200 +++ b/gcc/receipt Sun Oct 17 17:13:35 2010 +0000 @@ -23,7 +23,7 @@ --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \ --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ - --enable-lto --enable-gold \ + --enable-lto \ --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && make -j 4 bootstrap && # Make install in the source tree to help creating derivated pkgs