summaryrefslogtreecommitdiffstats
path: root/config.sub (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-06Update config.guess and config.subSebastian Huber1-839/+834
Update via: wget -O config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' wget -O config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' Update #3433.
2015-11-12Update config.guess and config.subSebastian Huber1-23/+48
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'
2013-05-27Update from automake-1.13.2.Ralf Corsépius1-30/+25
2012-12-19Update from automake-1.12.6.Ralf Corsépius1-2/+6
2012-11-21Update from automake-1.12.5.Ralf Corsépius1-7/+10
2012-10-09Import from automake-1.12.4.Ralf Corsépius1-5/+9
2012-07-19Update from automake-1.12.2.Ralf Corsépius1-1/+10
2012-04-26Update config.guess and config.subJoel Sherrill1-6/+13
2012-02-222012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-0/+1766
* .gitignore: Remove config.guess, config.sub, missing, install-sh. * config.guess, config.sub, missing, install-sh: New.
2003-07-132003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1504/+0
* config.sub: Remove (Automatically added by automake, again). * bootstrap: Reflect change above. * configure.ac: Require automake >= 1.7.6.
2003-06-182003-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+1504
* config.sub: New from subversions to accomodate c4x/tic4x.
2003-03-25Merger from rtems-4-6-branch.Ralf Corsepius1-1492/+0
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius1-0/+1492
2001-09-212001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1356/+0
* bootstrap: remove/add automake added files. * .cvsignore: reflect changes to bootstrap.
2001-03-012001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-46/+74
* 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.
2000-11-272000-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-165/+314
* 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-08-112000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* config.sub: Added or16 and or32.
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill1-1/+1
a BSP (c4xsim) supporting the simulator included with gdb. This port was done by Joel Sherrill and Jennifer Averett of OAR Corporation. Also included with this port is a space/time optimization to eliminate FP context switch management on CPUs without hardware or software FP. An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8) on this CPU. This required addressing alignment checks and assumptions as well as fixing code that assumed sizeof(unsigned32) == 4.
1998-02-04Change suggested by Ralf Corsepius:Joel Sherrill1-40/+276
I am not sure if this is related to this problem, but here is an observation: All config.sub scripts from rtems' intrastructure packages internally transform i386-rtems into i386-pc-rtems newlib-1.8.0-rtems/config.sub i386-rtems --> i386-pc-rtems egcs-1.0/config.sub i386-rtems ---> i386-pc-rtems egcs-1.0.1/config.sub i386-rtems ---> i386-pc-rtems bintutils-2.8.1.0.19/config.sub i386-rtems ---> i386-pc-rtems gas-98xxxx/config.sub i386-rtems ---> i386-pc-rtems The only exception is rtems itself: rtems/config.sub i386-rtems ---> i386-rtems I am not sure if this influences i386-rtems + c++/posix, but this indicates that rtems' config.sub script should to be updated. To fix this, simply copying config.sub e.g. from egcs and removing all i[3456]-rtems* case statement lines from configure.in should be sufficient. BTW, from autoconf's point of view i386-pc-rtems is the correct target conforming autoconf's naming conventions, but using i386-rtems for all packages (infrastructure and rtems) should make no difference.
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1-0/+3
> 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.
1997-11-18Modified to rezongize CPU-rtemsXYZ rather than just CPU-rtems.Joel Sherrill1-9/+15
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+933
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.