Skip to content
PS Vita Newlib port.
Branch: vita
Clone or download
althonos and d3m3vilurr Make localtime and localtime_r aware of system timezone (#41)
* Add `vita/lcltime_r.c` to provide localtime_r using SceRtc functions

* Use hardtabs instead of spaces in `sys/vita/lcltime_r.c`

* Use `rid` as `errno` in `lcltime_r.c`
Latest commit cc721af Feb 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> May 14, 2014
etc PR other/46202: implement install-strip. Nov 20, 2010
include For the RX port, avoid using string instructions when __RX_DISALLOW_S… Apr 23, 2015
libgloss Add support for FT32 platform. Sep 4, 2015
newlib Make localtime and localtime_r aware of system timezone (#41) Feb 27, 2019
texinfo * texinfo/texinfo.tex: Update to version 2009-03-28.05. Apr 21, 2009
winsup Cygwin 2.3.0: Add missing release message Sep 8, 2015
.gitattributes Add .gitattributes Mar 9, 2015
.gitignore Add *.swp (Vim swap files) to .gitignore Mar 17, 2015
COPYING 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> Jul 14, 2005
COPYING.LIB 2005-07-16 Kelley Cook <kcook@gcc.gnu.org> Jul 16, 2005
COPYING.LIBGLOSS Add FTDI license for newlib and libgloss. Sep 4, 2015
COPYING.NEWLIB Add FTDI license for newlib and libgloss. Sep 4, 2015
COPYING3
COPYING3.LIB * COPYING3: New file. Contains version 3 of the GNU General Public Li… Jul 17, 2007
ChangeLog config.{guess,sub}: sync with upstream Sep 22, 2015
MAINTAINERS MAINTAINERS: clarify policy with config/ (and other top level files) May 12, 2012
Makefile.def 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> Aug 12, 2013
Makefile.in 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> Aug 12, 2013
Makefile.tpl * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata. Jan 11, 2013
README 19990502 sourceware import May 3, 1999
README-maintainer-mode Cleanups after the update to Autoconf 2.64, Automake 1.11. Aug 22, 2009
compile Update automake-provided files in the toplevel. Aug 22, 2009
config-ml.in * config-ml.in: Don't handle arc-*-elf*. Mar 22, 2011
config.guess
config.rpath
config.sub config.{guess,sub}: sync with upstream Sep 22, 2015
configure Disable libgloss for vita build. Aug 19, 2015
configure.ac Disable libgloss for vita build. Aug 19, 2015
depcomp Update automake-provided files in the toplevel. Aug 22, 2009
djunpack.bat * djunpack.bat: Use ".." quoting in Sed command, for the sake of Mar 27, 2009
install-sh Update automake-provided files in the toplevel. Aug 22, 2009
libtool.m4 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical Sep 20, 2013
ltgcc.m4 * libtool.m4: Update to libtool 2.2.6. Sep 29, 2008
ltmain.sh PR target/59788 Feb 5, 2014
ltoptions.m4 Sync Libtool from GCC. Jan 9, 2010
ltsugar.m4 * libtool.m4: Update to libtool 2.2.6. Sep 29, 2008
ltversion.m4
lt~obsolete.m4 Sync Libtool from GCC. Jan 9, 2010
makefile.vms
missing Update automake-provided files in the toplevel. Aug 22, 2009
mkdep * mkdep: New file. Aug 8, 1999
mkinstalldirs Update automake-provided files in the toplevel. Aug 22, 2009
move-if-change Import move-if-change script from gnulib. Feb 12, 2011
setup.com 2009-09-01 Tristan Gingold <gingold@adacore.com> Sep 1, 2009
src-release * src-release (do-proto-toplevel): Support subdir-path-prefixed Oct 15, 2013
symlink-tree 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> Jul 14, 2005
ylwrap Update automake-provided files in the toplevel. Aug 22, 2009

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.
You can’t perform that action at this time.