Menu

Tree [14149b] master /
 History

HTTPS access


File Date Author Commit
 config 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 etc 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 libgloss 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 newlib 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 texinfo 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 .cvsignore 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 .gitignore 2013-01-03 yuq yuq [00e943] can compile sys/yuqix
 COPYING 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 COPYING.LIB 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 COPYING.LIBGLOSS 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 COPYING.NEWLIB 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 COPYING3 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 COPYING3.LIB 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 ChangeLog 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 MAINTAINERS 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 Makefile.def 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 Makefile.in 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 Makefile.tpl 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 README 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 README-maintainer-mode 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 compile 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 config-ml.in 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 config.guess 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 config.rpath 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 config.sub 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 configure 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 configure.ac 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 depcomp 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 install-sh 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 libtool.m4 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 ltgcc.m4 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 ltmain.sh 2013-01-12 yuq yuq [14149b] upgrade to 2.0.0
 ltoptions.m4 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 ltsugar.m4 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 ltversion.m4 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 lt~obsolete.m4 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 makefile.vms 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 missing 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 mkdep 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 mkinstalldirs 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 move-if-change 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 setup.com 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 src-release 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 symlink-tree 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init
 ylwrap 2012-12-18 yuq yuq [79fb39] 1.20.0 code base init

Read Me

		   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.