summaryrefslogtreecommitdiff
path: root/binary/solaris/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'binary/solaris/NOTES')
-rw-r--r--binary/solaris/NOTES9
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.