* samples/hello/config.h: Change CONFIGURE_SPTEST to
CONFIGURE_APPLICATION to reflect current usage.
* support/init.c: Include stdlib.h not unistd.h to remove warning.
* PR271 was not applicable against the current source but included
a nice test that Joel decided to add to the tree as sp32.
* sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
* Makefile.am, configure.ac: Modified to reflect addition.
* Part of addressing PR281.
* main.cfg: Added recognition of VARIANT=DEBUG on command line.
* compilers/gcc-target-default.cfg: Removed remaining support for
RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
as one of the LDFLAGS when the debug variant is specified.
* network/Makefile.am, network/README.cs8900, network/cs8900.c,
network/cs8900.h: Significant update which corrects the problem
where the cs8900.c file was actually the BSP glue. Joel did
some hacking so this file will compile. Previously it required
providing a target.h file to compile.
* network/cs8900.c.bsp: New file.
* base_mp now builds and can be considered a bit of an example for
the other mptests.
* mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
Modified to make compile.
* mptests/mp01/node1/mptest-per_node_configuration.adb,
mptests/mp01/node2/mptest-per_node_configuration.adb,
mptests/mp02/node1/mptest-per_node_configuration.adb,
mptests/mp02/node2/mptest-per_node_configuration.adb,
mptests/mp03/node1/mptest-per_node_configuration.adb,
mptests/mp03/node2/mptest-per_node_configuration.adb,
mptests/mp04/node1/mptest-per_node_configuration.adb,
mptests/mp04/node2/mptest-per_node_configuration.adb,
mptests/mp05/node1/mptest-per_node_configuration.adb,
mptests/mp05/node2/mptest-per_node_configuration.adb,
mptests/mp06/node1/mptest-per_node_configuration.adb,
mptests/mp06/node2/mptest-per_node_configuration.adb,
mptests/mp07/node1/mptest-per_node_configuration.adb,
mptests/mp07/node2/mptest-per_node_configuration.adb,
mptests/mp08/node1/mptest-per_node_configuration.adb,
mptests/mp08/node2/mptest-per_node_configuration.adb,
mptests/mp09/node1/mptest-per_node_configuration.adb,
mptests/mp09/node2/mptest-per_node_configuration.adb,
mptests/mp10/node1/mptest-per_node_configuration.adb,
mptests/mp10/node2/mptest-per_node_configuration.adb,
mptests/mp11/node1/mptest-per_node_configuration.adb,
mptests/mp11/node2/mptest-per_node_configuration.adb,
mptests/mp12/node1/mptest-per_node_configuration.adb,
mptests/mp12/node2/mptest-per_node_configuration.adb,
mptests/mp13/node1/mptest-per_node_configuration.adb,
mptests/mp13/node2/mptest-per_node_configuration.adb,
mptests/mp14/node1/mptest-per_node_configuration.adb,
mptests/mp14/node2/mptest-per_node_configuration.adb,
samples/base_mp/node1/mptest-per_node_configuration.adb,
samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
as this information should come from config.h.