Hi, Thanks to an anonymous donor, gcc51, a lemote yeelong notebook running a Loongson 2F processor with 1 GB of RAM running debian lenny (with a gnewsense kernel), is now available in the compile farm.
To connect either do: ssh -p 9081 [email protected] Or add the following to your $HOME/.ssh/config Host gcc51 Hostname gcc12.fsffrance.org Port 9081 HostKeyAlias gcc51 CheckHostIP no And then "ssh lo...@gcc51" should work. In addition to the usual stuff I have installed 64 bits version of GMP and MPFR (static library only): /opt/cfarm/gmp-4.2.4-64 /opt/cfarm/mpfr-2.3.2-64 A 64 bits gdb is available here (the system 32 bits gdb is unable to debug abi=64 binaries): /opt/cfarm/gdb-6.8-64/bin/gdb These 64 bits tools and libraries are also installed on gcc54 (sparc64), gcc40 (powerpc64). gcc52 (mips64el) still has only 32 bits libraries and tools. All gcc5x machine crossmount their /home directory via NFS in /n/5x/ so /n/51/guerby/tmp refers to the same directory on all gcc5x machines. Note: GMP 4.2.4 was compiled by removing mpn/mips64/divrem_1.asm because otherwise wrong code is generated on MIPS for abi=n32 and abi=64. Thanks to Torbjorn Granlund, GMP maintainer, for the help. And I welcome him as a compile farm user, number 85 :). Happy hacking, Laurent PS: gcc31, gcc01..9 are down, we are investigating the cause of these repeated down with local admin. _______________________________________________ Gcc-cfarm-users mailing list [email protected] https://mail.gna.org/listinfo/gcc-cfarm-users
