]> git.ipfire.org Git - thirdparty/gcc.git/commit
Enable libcc1 on Solaris
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Nov 2014 10:22:22 +0000 (10:22 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Nov 2014 10:22:22 +0000 (10:22 +0000)
commit26f253434987cdfb7f0160068433fad9ba02cf72
tree605ae9e80d7559c7bfb37f3899c767187ebdeda6
parenta8875ee0474810c86e9920dd2e42f6d357057222
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
libcc1/ChangeLog
libcc1/configure
libcc1/configure.ac
libcc1/connection.cc
libcc1/libcc1.cc