This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r217471 - in /trunk/libcc1: ChangeLog configure...


Author: ro
Date: Thu Nov 13 10:22:22 2014
New Revision: 217471

URL: https://gcc.gnu.org/viewcvs?rev=217471&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libcc1/ChangeLog
    trunk/libcc1/configure
    trunk/libcc1/configure.ac
    trunk/libcc1/connection.cc
    trunk/libcc1/libcc1.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]