Module Name: src Committed By: mrg Date: Sun Mar 14 00:26:10 UTC 2010
Modified Files: src/external/gpl3/binutils/lib/libbfd: Makefile src/gnu/lib/libgcc4: Makefile.inc src/gnu/lib/libgcc4/libgcc: Makefile src/gnu/usr.bin/gdb6/bfd: Makefile src/lib/libc/arch/powerpc/string: Makefile.inc src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile src/sys/arch/amiga/stand/bootblock/ppcboot: Makefile Log Message: update all of these makefiles for the .so -> .pico change. most of them are most harmless, but the libgcc parts are quite essential. before this change, all the special rules for .pico files were not applied, and exception handling wasn't enabled. this caused c++ exceptions not to work on sparc64. this fixes the build of boost-headers (it was correctly calling exception support broken!), which in turn makes all the things that depend upon it to actually work again on sparc64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/lib/libbfd/Makefile cvs rdiff -u -r1.19 -r1.20 src/gnu/lib/libgcc4/Makefile.inc cvs rdiff -u -r1.10 -r1.11 src/gnu/lib/libgcc4/libgcc/Makefile cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/bfd/Makefile cvs rdiff -u -r1.12 -r1.13 src/lib/libc/arch/powerpc/string/Makefile.inc cvs rdiff -u -r1.41 -r1.42 src/sys/arch/amiga/stand/bootblock/boot/Makefile cvs rdiff -u -r1.12 -r1.13 \ src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amiga/stand/bootblock/ppcboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.