summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-29*/aclocal/*: Remove remnants of autoconf/automae build systemJoel Sherrill21-477/+0
Updates #4081.
2020-06-30Change version to RTEMS 6Sebastian Huber1-2/+2
Update #4020.
2020-05-06testsuite: Add the BSP architecture to the include pathChris Johns1-1/+1
Updates #2962
2019-12-04testsuites: Remove rtems_test_pause*()Sebastian Huber1-18/+0
The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818.
2019-03-07testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns1-4/+4
- Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
2019-01-30build: Do not install test programsSebastian Huber1-2/+0
2018-11-09testsuite: Add python verison support to rtems-test-check.pyChris Johns1-1/+1
Closes #3579
2018-09-20clang: Keep -qrtems and -B for compilers without -specs supportJacob Hansen2-1/+22
This is needed for building rtems correctly with Clang. Note that this change does not mean rtems can build correctly with mainline clang. However the change allows building rtems with a Clang toolchain that has a rtems frontend similar that of GCC's builtin rtems specs.
2018-06-15tools: Remove packhexSebastian Huber1-4/+0
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
2018-06-14tools: Remove rtems-bin2cSebastian Huber1-1/+1
This tool is now included in the RTEMS tools repository. Close #3380.
2018-05-02tests: Move rtems-test-check.pySebastian Huber1-1/+1
Remove shell script variant.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-1/+1
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move startup files to bspsSebastian Huber2-3/+3
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-11Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns1-14/+0
Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
2018-04-10testsuite: Autoconf test check support.Chris Johns1-0/+31
The autoconf function checks the state of a test for the BSP and controls the building of the test. This change is part of the testsuite Makefile.am reorganisation. Update #3382
2018-01-25Remove make preinstallChris Johns7-11/+89
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2018-01-02tests: Fix canonical-target-name.m4Sebastian Huber1-0/+2
Update #3109.
2017-11-13Change RTEMS_API from 5.0 to 5Sebastian Huber1-1/+1
This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220.
2017-11-09Upgrade to 5.0.0Sebastian Huber1-2/+2
Tool name will be "rtems5", e.g. arm-rtems5-gcc. Next release will 5.1.0. Branch version after release will be 5.1.1. Next master will be 6.0.0.
2017-10-11Fix warnings for using C/ObjC specific GCC flags with C++Joel Sherrill1-0/+6
Closes #3181.
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns2-19/+25
We always build a C++ compiler and building with C++ does not effect RTEMS or the runtime. This patch always enabled the support. There is no need to manually enable it any more. You can disable C++ with '--disable-cxx'. If an architecture does not have a C++ compiler support is automatically disabled.
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber1-2/+2
2014-09-08Add -std=gnu++11 to CXXFLAGS if SMP is enabledSebastian Huber1-1/+6
This is necessary to use the <atomic> header file used for the atomic operations.
2012-05-18Add missing )Ralf Corsépius1-1/+1
2012-05-18Remove references to configure.in.Ralf Corsépius1-1/+1
2012-05-18Remove obsolete reference to posix bsp.Ralf Corsépius1-1/+0
2012-05-18Remove stray dnl.Ralf Corsépius1-2/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill14-29/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill14-0/+35
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius14-35/+0
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-3/+3
* aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-8/+10
* aclocal/canonical-target-name.m4: Stop pretending no_cpu* was buildable. Derive RTEMS_CPU from "$host_cpu". Error out if "$host" doesn't match "*-*-rtems*".
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-232010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2009-10-172009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
2009-10-162009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
2009-10-14Remove posix/unix simulator.Ralf Corsepius1-17/+0
2009-04-032009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems* toolchains.
2008-12-22Remove tic4x.Ralf Corsepius1-4/+0
2008-09-222008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/version.m4: Bump RTEMS_API to 4.10. Bump _RTEMS_VERSION to 4.9.99.0.
2008-07-02Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).Ralf Corsepius1-0/+4
2008-02-20s/AC_HELP/AS_HELP/.Ralf Corsepius1-1/+1
2007-09-212007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/version.m4: Bump RTEMS_API to 4.9. Bump RTEMS_VERSION to 4.8.99.0.
2007-08-07Upgrade to 4.7.99.2Joel Sherrill1-1/+1
2007-03-13Upgrade to 4.7.99.1Joel Sherrill1-1/+1
2007-02-22Revert to version 4.7.99-0Ralf Corsepius1-1/+1
2007-02-22Testing: Upgrade to 4.7.99.1Ralf Corsepius1-1/+1
2007-02-112007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h.