This is the mail archive of the egcs-cvs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


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

egcs/gcc ChangeLog configure.in configure conf ...


CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	nickc@egcs.cygnus.com	99/03/26 15:30:21

Modified files:
	gcc            : ChangeLog configure.in configure 
	gcc/config/arm : t-linux 

Log message:
	Apply patch from Scott Bambrough <scottb@corelcomputer.com>
	
	Modified arm*-*-linux-gnu* target to set thread_file to 'posix' if
	--enable-threads, --enable-threads=[yes,pthreads,posix] is passed as a
	command line parameter to configure.
	
	Modified TARGET_LIBGCC2_CFLAGS to include -fPIC.  If not included libgcc2
	is not compiled with PIC flag, as it should be.