summaryrefslogtreecommitdiffstats
path: root/README.configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-161-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.
* Removed reference to CC_FOR_TARGET since I don't want anyone overridingJoel Sherrill1997-12-221-4/+8
| | | | | | it anyway. :) Added hints about --prefix and --program-prefix options.
* Corrected minor things including changing RTEMSBSP to RTEMS_BSP.Joel Sherrill1997-12-161-8/+8
|
* Added comment about using --enable-gcc28 and --enable-libcdirJoel Sherrill1997-10-081-1/+3
| | | | options together.
* Updated information on building your own application.Joel Sherrill1997-10-081-6/+6
|
* Added --enable-gmake-print-directory option and ods68302 bsp.Joel Sherrill1997-08-011-1/+2
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+5
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* added ka9q stackJoel Sherrill1997-05-271-0/+4
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-231-4/+0
|
* Updated to reflect --enable-gcc28 and --enable-libcdir options.Joel Sherrill1997-04-181-13/+22
|
* Added --disable-tcpip option.Joel Sherrill1997-04-161-5/+45
| | | | Add discussion of the pecularities of the i386-go32-rtems configuration.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+179
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.