blob: d5a561b11f4e47eb36322c010f0d0c8e3cbe258c (
plain)
1
2
3
4
5
6
7
8
9
|
SPARC only:
* After GCC build copy gcc/gcc/config/vxworks-dummy.h to plugin/include/config/
cp gcc/gcc/config/vxworks-dummy.h /sparc-solaris2.10/lib/gcc/sparc-solaris2.10/4.7.3/plugin/include/config/
* gcc/Makefile.in (4.5.1) or libgcc/Makefile.in (4.7.3) needs to be changed
to use -gstabs in LIBGCC2_DEBUG_CFLAGS instead of -g because of a bug in
gas. Setting this variable on the make command like does not work.
|