Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian Huber
06ef76e3a9 Update config.guess and config.sub
Update via:

wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
2015-11-12 11:30:25 +01:00
Ralf Corsépius
67f89f2e5b Update from automake-1.13.3. 2013-06-18 13:38:31 +02:00
Ralf Corsépius
d65de8a121 Update from automake-1.13.2. 2013-05-27 14:47:20 +02:00
Ralf Corsépius
d3b0fe0858 Update from automake-1.12.5. 2012-11-21 04:23:42 +01:00
Ralf Corsépius
06e1086ae6 Import from automake-1.12.4. 2012-10-09 19:26:51 +02:00
Ralf Corsépius
c0456d7f0d Update from automake-1.12.2. 2012-07-19 15:24:36 +02:00
Joel Sherrill
0b61e2782d Update config.guess and config.sub 2012-04-26 08:38:06 -05:00
Ralf Corsépius
6903c7cd9d 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* .gitignore: Remove config.guess, config.sub, missing, install-sh.
	* config.guess, config.sub, missing, install-sh: New.
2012-02-22 12:20:57 +01:00
Joel Sherrill
d9e4f08963 2001-09-27 Joel Sherrill <joel@OARcorp.com>
* config.guess: No longer in CVS since installed by bootstrap.
2001-09-27 13:29:53 +00:00
Joel Sherrill
48ad47cc70 2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Reworked for Canadian Cross support.
	* Makefile.am: Reflect changes to configure.in.
	* config.guess, config.sub: Update from subversions.gnu.org.
	* README.cdn-X: New file.
	* tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-03-01 20:46:21 +00:00
Joel Sherrill
baedcbb429 2000-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config.guess, config.sub: Update from CVS-autoconf to pick
	up new features (e.g. CC_FOR_BUILD in config.guess) but is
	necessary anyway to use autoconf-versions > 2.13.
2000-11-27 14:18:32 +00:00
Joel Sherrill
6f9c75c322 Ralf Corsepius reported a number of missing CVS Id's:
> RTEMS is under CVS control and has been since rtems 3.1.16 which was
  > around May 1995.  So I just to add the $Id$.  If you notice other files
  > with missing $Id$'s let me know.  I try to keep w\up with it.

  Now that you have asked -- I'll attach a list of files lacking an RCS-Id to
  this mail. This list has been generated by a little sh-script I'll also
  enclose.
1998-01-16 16:56:48 +00:00
Joel Sherrill
254b445071 This set of changes is the build of what was required to convert to
GNU autoconf.  This is the first large step in allowing an RTEMS
user to perform a one-tree build (per crossgcc FAQ) including RTEMS
in the build process.  With this change RTEMS is configured in
built in the same style as the GNU tools, yet retains the basic
structure of its traditional Makefiles (ala Tony Bennett).
Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received)
a big thank you for doing this.

There are still issues to be resolved but as of this commit, all target
which can be built on a linux host have been using a modified version
of the source Jiri submitted.  This source was merged and most targets
built in the tree before this commit.

There are some issues which remain to be resolved but they are primarily
related to host OS dependencies, script issues, the use of gawk
for hack_specs, and the dependence on gcc snapshots.  These will
be resolved.
1997-04-01 23:07:52 +00:00