summaryrefslogtreecommitdiff
path: root/libcc1/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-13 10:22:22 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-13 10:22:22 +0000
commit26f253434987cdfb7f0160068433fad9ba02cf72 (patch)
tree605ae9e80d7559c7bfb37f3899c767187ebdeda6 /libcc1/ChangeLog
parenta8875ee0474810c86e9920dd2e42f6d357057222 (diff)
downloadgcc-26f253434987cdfb7f0160068433fad9ba02cf72.tar.gz
Enable libcc1 on Solaris
* configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl. * configure: Regenerate. * connection.cc: Include <string.h>. * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217471 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r--libcc1/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog
index 023c444b150..1164c501022 100644
--- a/libcc1/ChangeLog
+++ b/libcc1/ChangeLog
@@ -1,3 +1,10 @@
+2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
+ * configure: Regenerate.
+ * connection.cc: Include <string.h>.
+ * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
+
2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/63610