diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:02:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:02:53 +0200 |
commit | 0c0424b4f321a90028b12beb8959de707224e45e (patch) | |
tree | 767ffadbd487b00fd092b6f4f950477f5a22720b /binary/solaris/NOTES | |
parent | d1b1d1f6b9583cd4fb08fb2995a2209cfdf627d2 (diff) |
Add Solaris ODB binary build scripts
Diffstat (limited to 'binary/solaris/NOTES')
-rw-r--r-- | binary/solaris/NOTES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binary/solaris/NOTES b/binary/solaris/NOTES new file mode 100644 index 0000000..d5a561b --- /dev/null +++ b/binary/solaris/NOTES @@ -0,0 +1,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. |