* setup.def: Bumped the gdb_patch_version to account for a configuration
problem on psim where it could not be enabled for powerpc-RTEMS.
* gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
* setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
Revert changes because of gcc 2.5.x/3.0 transition and continue
to support gcc 2.95.x as primary version.
* mkgccnewlibspec.in,
Use Target_alias not target_alias to avoid conflicts with new autoconf.
* setup.def: Changed version numbers in attempt at building gcc 3.0.1.
Only sparc and arm built for C/C++ OK. :(
* gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
* gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
* target-gcc.add: Modifications to reflect files not in gcc 3.1
* binutils/Makefile.am: Added a29k-rtems.
* binutils/binutils.add: Switch to .bz2 extension to reflect
real way code is compressed on distribution sites now.
* setup.def: Updated version numbers and patches for binutils
and gdb. binutils was to get correct patch in field. gdb
was to add mipstx39-rtems configurery support.
* 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.
* setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated
binutils HISTORY to reflect new revision. Updated gcc to fix
i960 C++ problem. Updated newlib to move to newlib 1.9.0.
* setup.def: Updated gcc and newlib patches and bumped RPM revision.
Patches primarily add or16/or32 basic support to newlib and
i386 multilib improvements to gcc from Ralf Corsepius.
<valette@crf.canon.fr> and Emmanuel Raguet <raguet@crf.canon.fr>
of Canon CRF - Communication Dept. This port includes a
basic BSP that is sufficient to link hello world.
that contains:
* Removes remaining (now illegal) references to $(SRC) from a couple of
Makefile.ams
* Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in
* Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR
from most configure scripts, i.e. LIBCDIR becomes less visible)
* Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to
libbsp/*/configure.ins (A minor bug in previous implementations, which
only has an impact when switching to GNU/Cygnus canonicalization)
* Cleans up several bogus comments.
* Removes MKLIB
* Switches the version number to 4.5.0 (for testing version number
handling)
that contains:
* The fix for the gen68360/network/Makefile.am
* automatically set permissions to 755 to scripts/buildall and
scripts-ada/buildall (I remembered a trick to achieve this :).
* automake support for libbsp/* and libcpu/* (Attn: This part will
finally break old-style configuration for all non-public cpus)
NOTES:
* This patch has only been tested for a random selection of BSPs (I
haven't rebuilt all toolchains yet).
* This patch is against rtem-cvs as of this morning (MET).
To apply:
patch -p1 <rtems-rc-20000118-5.diff
cvs rm -f ./c/src/lib/libbsp/Makefile.in
cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in
cvs rm -f ./c/src/lib/libcpu/Makefile.in
cvs add ./c/src/lib/libbsp/Makefile.am
cvs add ./c/src/lib/libbsp/shmdr/Makefile.am
cvs add ./c/src/lib/libcpu/Makefile.am
./bootstrap
that contains:
* cleanups to configuration files
* A reworked gccnewlib.spec.in: I have reformated it for enhanced
readability and added more rtems-base packages. It now should be free of
any installation conflicts (If there still remain some, they should be
regarded as bugs).
* A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486"
now works).
* removes libbsp/bare/wrapup
* Further cleanups