'Lo. Is anyone interested in committing the two extremely minor patches to enable proper support for FreeBSD x86_64?
Support for Debian/kFreeBSD x86_64 already exists in GCC, this Makefile patch just enables support for "pure" FreeBSD (same kernel, different userland): http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/patch-gcc-ada-gcc-interface-Makefile.in This one just allows GCC to build on stricter settings (adds two missing ATTRIBUTE_UNUSED macros and fixes an 'old style' function definition): http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/patch-gcc-ada-init.c.diff The latest build was made with Fortran support enabled as well: http://gcc.coreland.ath.cx/r154285_2009-11-18_103532/ I've been unable to get the contrib/test_summary script to work, unfortunately. Regards, M