summaryrefslogtreecommitdiffstats
path: root/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added mvme162lx bsp configuration.Joel Sherrill1997-07-091-7/+10
| | | | M68040 FPSP was already part of the tree but was not being built.
* added ka9q stackJoel Sherrill1997-05-271-6/+30
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-231-30/+6
|
* updated to correct problem in decoding arguments provided to configure.Joel Sherrill1997-05-221-6/+22
|
* Added support for Hardware API. This will be distributed as a separateJoel Sherrill1997-04-221-7/+60
| | | | component which can be loaded on top of the RTEMS source tree.
* Corrected spelling of --enable-gcc28 argumentJoel Sherrill1997-04-181-3/+4
|
* Modifications to add --enable-libcdir and --enable-gcc28. TheseJoel Sherrill1997-04-181-6/+34
| | | | | trip options which allow the RTEMS makefile structure to support both gcc 2.7.2.2 and gcc 2.8 whenever that is released.
* Added gen68360_040.Joel Sherrill1997-04-171-1/+1
|
* Rate monotonic period and cpu usage monitor libraries and tests added.Joel Sherrill1997-04-091-6/+12
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-6/+27
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* updated to put bsps in alphabetical orderJoel Sherrill1997-04-071-4/+9
|
* disabled posix api for the no_cpu-rtems configuration in configure.inJoel Sherrill1997-04-021-2/+3
| | | | and regenerated configure.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+1631
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.