summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * tmitrontests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * sample.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * mptests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
* Remove (Merged into ..).Ralf Corsepius2005-11-094-233/+0
|
* Merge-in support/ChangeLog.Ralf Corsepius2005-11-091-215/+214
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-0/+5
| | | | | * Makefile.am: Merge-in support/Makefile.am * configure.ac: Add AMPOLISH3. Remove support/.
* Add AMPOLISH3. Remove support/.Ralf Corsepius2005-11-091-1/+4
|
* New.Ralf Corsepius2005-11-091-0/+26
|
* Merge-in support/Makefile.am.Ralf Corsepius2005-11-091-0/+7
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-0/+7
| | | | | | | * aclocal/check-cpuopts.m4: Add config.cache support. * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS. * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE, OBJS from LINK_FILES.
* Eliminate PROJECT_LIB.Ralf Corsepius2005-11-091-4/+2
| | | | Remove START_FILE, OBJS from LINK_FILES.
* Remove CPLUS_LD_LIBS.Ralf Corsepius2005-11-091-5/+0
|
* Add config.cache support.Ralf Corsepius2005-11-091-6/+8
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-0/+15
| | | | * aclocal/check-cpuopts.m4: New.
* Remove stray commentRalf Corsepius2005-11-091-2/+0
|
* Add code to set up pin assignments.Eric Norum2005-11-082-2/+21
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-082-7/+28
| | | | | | | * configure.ac: Add RTEMS_NETWORKING to cpuopts.h. Add RTEMS_DEPRECATED_TYPES to config.h. Add AC_CONFIG_COMMANDS(preinstall-stamp) magic. Misc. cleanups.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-0822-22/+66
| | | | * rtems/score/types.h: Eliminate unsigned16, unsigned32.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+6
| | | | | | * automake/compile.am: Remove GCCSPECS. * aclocal/prog-cc.m4: Add GCCSPECS. * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
* Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.Ralf Corsepius2005-11-081-6/+0
|
* Add GCCSPECSRalf Corsepius2005-11-081-1/+6
|
* Remove GCCSPECSRalf Corsepius2005-11-081-5/+0
|
* 2005-11-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-083-2/+14
| | | | | | | | * libnetworking/net/if.h: Add forward reference declaration to struct mbuf so ifru_tap callback is properly typed. * libnetworking/rtems/rtems_bsdnet.h: Add definition of _BSD_VISIBLE which needs to be defined so various pieces of the .h files are visible to device drives.
* changesRalf Corsepius2005-11-081-0/+15
|
* Add ../include/systime.hRalf Corsepius2005-11-0831-31/+31
|
* Remove noinst_HEADERSRalf Corsepius2005-11-081-2/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+2
| | | | | * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS, RTEMS_CXXFLAGS.
* Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS, RTEMS_CXXFLAGS.Ralf Corsepius2005-11-081-3/+3
|
* Cleanup.Ralf Corsepius2005-11-081-2/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+1
| | | | * aclocal/gcc-isystem.m4: Remove (Unused).
* Remove (Unused).Ralf Corsepius2005-11-081-25/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+6
| | | | | | * aclocal/env-rtemsbsp.m4: Remove GCCSPECS. * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove RTEMS_CFLAGS.
* Remove RTEMS_CFLAGSRalf Corsepius2005-11-081-8/+0
|
* Add GCCSPECS. Remove RTEMS_CPPFLAGS.Ralf Corsepius2005-11-081-6/+5
|
* Remove GCCSPECS.Ralf Corsepius2005-11-081-5/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+4
| | | | * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
* Remove obsolete types (*unsigned32).Ralf Corsepius2005-11-082-22/+22
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+6
| | | | | | * libnetworking/Makefile.am: Comment out using rtems/rtems_mii_ioctl.h, rtems/rtems_mii_ioctl.c, rtems/rtems_mii_ioctl_kern.c.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+4
| | | | | | | * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS. * aclocal/gcc-pipe.m4: Remove (Unused). * aclocal/gcc-specs.m4: Remove (Unused).
* CleanupRalf Corsepius2005-11-081-1/+0
|
* Remove RTEMS_USE_GCC.Ralf Corsepius2005-11-081-7/+0
| | | | Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS.
* Remove (Unused).Ralf Corsepius2005-11-082-41/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+8
| | | | | | | | * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into GCCSPECS. * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used).
* Remove RTEMS_BSP_SPECS, GCC_SPECS.Ralf Corsepius2005-11-081-8/+0
| | | | | Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used).
* Merge RTEMS_BSP_SPECS and GCC_SPECS into GCCSPECS.Ralf Corsepius2005-11-081-5/+4
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+1
| | | | * automake/compile.am: Remove CCAS support.