descriptionnone
homepage URLhttps://sourceware.org/newlib/
repository URLgit://sourceware.org/git/newlib-cygwin.git
ownerphilipp.trommler@preh.de
last changeFri, 12 Apr 2024 09:44:07 +0000 (12 11:44 +0200)
last refreshFri, 26 Apr 2024 02:38:17 +0000 (26 04:38 +0200)
content tags
add:
README
		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.
shortlog
13 days ago Bernd Edlingerlibgloss: riscv: Fix envp parameter for mainmainmaster
2024-04-09 Corinna VinschenCygwin: globify: read full 32 bit character
2024-04-09 Corinna VinschenCygwin: fhandler_virtual::exists: always set fileid
2024-04-04 Corinna VinschenCygwin: fhandler_base::fstat_by_name: improve debug...
2024-04-04 Corinna VinschenCygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_D...
2024-04-04 Thomas Schwingeamdgcn: Implement proper locks: Fix 'newlib/libc/sys...
2024-04-03 Corinna VinschenCygwin: add a fake 3.5.3 release file
2024-04-02 Corinna VinschenCygwin: fhandler_virtual: move fileid to path_conv...
2024-03-27 Corinna VinschenCygwin: //: fetch only one item per loop
2024-03-25 Andrew Stubbsamdgcn: Implement proper locks
2024-03-24 Corinna VinschenCygwin: add //tsclient and //wsl$ support to relnotes
2024-03-24 Corinna VinschenCygwin: // and //server: add support for WSL
2024-03-24 Corinna VinschenCygwin: dir_cache::add: constify input string
2024-03-24 Corinna VinschenCygwin: fhandler_netdrive: use WNNC_NET_SMB instead...
2024-03-23 Corinna VinschenCygwin: //tsclient: allow to enumerate shares
2024-03-23 Corinna VinschenCygwin: //server: revert to using WNet and support...
...
tags
3 weeks ago cygwin-3.5.3 Cygwin 3.5.3 release
3 weeks ago cygwin-3.5.2 Cygwin 3.5.2 release
8 weeks ago cygwin-3.5.1 Cygwin 3.5.1 release
2 months ago cygwin-3.6.0-dev Start Cygwin 3.6 development
2 months ago cygwin-3.5.0 Cygwin 3.5.0 release
3 months ago newlib-4.4.0 Newlib snapshot for 4.4.0
4 months ago cygwin-3.4.10 Cygwin 3.4.10 release
7 months ago cygwin-3.4.9 Cygwin 3.4.9 release
8 months ago cygwin-3.4.8 Cygwin 3.4.8 release
10 months ago cygwin-3.4.7 Cygwin release 3.4.7
14 months ago cygwin-3.4.6 Cygwin 3.4.6 release
15 months ago newlib-4.3.0 Newlib snapshot for 4.3.0
15 months ago cygwin-3.4.5 Cygwn 3.4.5 release
15 months ago cygwin-3.4.4 Cygwin 3.4.4 release
16 months ago cygwin-3.4.3 Cygwin 3.4.3 release
16 months ago cygwin-3.4.2 Cygwin 3.4.2 release
...
heads
13 days ago master
13 days ago main
2 weeks ago cygwin-3_5-branch
2 months ago topic/3.6
3 months ago users/vapier/wip
4 months ago cygwin-3_4-branch
13 months ago topic/musl-regex
17 months ago topic/3.5
17 months ago topic/aslr_support
18 months ago cygwin-3_3-branch
20 months ago topic/split_source_dir
23 months ago topic/gso_gro
23 months ago topic/rip-off-32
2 years ago topic/pipe
2 years ago topic/af_unix_mq
2 years ago topic/mq_af_unix_fiddeling
...