This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib 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]

src/newlib ChangeLog Makefile.am Makefile.in c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-04-04 14:41:12

Modified files:
	newlib         : ChangeLog Makefile.am Makefile.in configure 
	                 configure.host configure.in 
	newlib/libc/include/sys: unistd.h 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
Added files:
	newlib/libc/sys/linux: crt1.c sysconf.c 

Log message:
	2002-04-04  Jeff Johnston  <jjohnstn@redhat.com>
	
	* Makefile.am: Add support for installing crt1.o if one exists.
	* configure.host: Specify crt1.o for linux.
	* configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use.
	* Makefile.in: Regenerated.
	* configure: Ditto.
	* libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
	Added for non-Cygwin, non-RTEMS configurations.
	* libc/sys/linux/Makefile.am: Add support for crt1 and sysconf.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/crt1.c: New empty file to override one defaulted
	by gcc.  This fixes problem with reconfiguring linux newlib build.
	* libc/sys/linux/sysconf.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.254&r2=1.255
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/Makefile.am.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.in.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/unistd.h.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/crt1.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sysconf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.3&r2=1.4


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