summaryrefslogtreecommitdiff
path: root/aclocal (follow)
AgeCommit message (Collapse)Author
2018-12-025 spelling errors for a Google Code-In task.Jacob Shin
Username: deuteriumoxide Email: jacobshin313@gmail.com
2018-12-02Fix wrong command hint in case of errorkaidoho
2018-11-06Correct minor spelling and grammar errorsZenon
This work was performed as a GCI 2018 task.
2018-06-28build: Enable RISC-V SMP buildSebastian Huber
Update #3433.
2018-06-15tools: Remove packhexSebastian Huber
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 Huber
This tool is now included in the RTEMS tools repository. Close #3380.
2018-05-28build: Really fix RTEMS_ENABLE_RTEMSBSP()Sebastian Huber
The d542af2e4304b663461330a60313fb6c4fdbf4db commit was a bad one. The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well. For example ${target_arch} is "riscv32" and ${cfg_arch} is "riscv".
2018-05-28build: Fix typo in RTEMS_ENABLE_RTEMSBSP()Sebastian Huber
2018-05-14build: Fix RTEMS_ENABLE_RTEMSBSP()Sebastian Huber
The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber
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-11Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns
Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
2018-04-10Require the user to provide a BSP list when build SMP or MP.Chris Johns
Close 3383.
2018-04-10Generate an error if no valid gcc is found when configure runs.Chris Johns
Close #3385.
2018-01-25Remove make preinstallChris Johns
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.
2017-11-27aclocal/check-bsps.m4: Do not rely on bsp_specs to find BSP familiesJoel Sherrill
Updates #3520.
2017-11-13Change RTEMS_API from 5.0 to 5Sebastian Huber
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 Huber
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-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary
* Use #ifdefs for 32/64 bit code * Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size) * Move the code to a new shared riscv folder to be shared between riscv32 and riscv64 * Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv Update #3109
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns
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 Huber
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom
2014-05-08configure: Paravirtualization for all targetsSebastian Huber
Virtual machines with paravirtualization exist not only on x86.
2013-11-27add --enable-paravirt to the configure optionsPhilipp Eppelt
2013-06-12configure: DocumentationSebastian Huber
2013-05-31smp: Add ARM supportSebastian Huber
2013-05-31smp: Add PowerPC supportSebastian Huber
2012-05-18Remove references to configure.in.Ralf Corsépius
2012-05-18Remove stray dnl.Ralf Corsépius
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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 Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2011-06-282011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1810/misc * ChangeLog: Fix previous damage.
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill
PR 1729/cpukit * aclocal/enable-smp.m4: New file.
2011-03-062011-03-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/rtems-top.m4: Add pkgdatadir. Override pkgdatadir to $(datadir)/rtems$_RTEMS_API. * Makefile.am: Install make/Templates to pkgdatadir.
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-06-172010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/enable-itron.m4: Remove. * configure.ac: Remove itron.
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2010-05-112010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Change quoting to work-round http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
2009-10-232009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-custom-bsp.m4: Be less verbose.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Fix quoting bug.
2009-10-17Remove "blacklist".Ralf Corsepius
2009-10-17Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".Ralf Corsepius
2009-10-162009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
2009-10-16Cosmetics.Ralf Corsepius
2009-10-162009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-bsps.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
2009-10-14Remove posix/unix simulator.Ralf Corsepius
2009-10-05renamed lpc24xx BSPsThomas Doerfler