summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-11build: Force warningsSebastian Huber1-1/+1
Always append some standard warning flags.
2018-04-09bsps: Remove librtemsbsp.a wrapupSebastian Huber1-2/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-09bsps: Move shmdr to bspsSebastian Huber1-4/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Move libchip to bspsSebastian Huber1-5/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Move version.c and use bspopts.hSebastian Huber1-2/+0
This patch is a part of the BSP source reorganization. Update #3285. Update #3375.
2018-03-26bsps: Remove libcpuSebastian Huber1-11/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-26build: configure.ac is a fileSebastian Huber1-1/+1
2018-03-23libcpu: Only build if there is a valid configure.acChris Johns1-1/+1
2018-01-25Remove make preinstallChris Johns1-20/+5
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-27Move Ada includesSebastian Huber1-13/+0
Update #3254.
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber1-9/+0
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.
2017-08-29libchip,greth: disable driver if SMP kernelDaniel Hellstrom1-0/+2
Update #2355
2016-08-11librtems++: Remove from RTEMS.Chris Johns1-6/+0
This is old and there are better design patterns for threading and C++. We recommend you use the new C++ standards based support. Closes #2777.
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns1-0/+2
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.
2014-12-05Update bug report URLSebastian Huber1-1/+1
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-1/+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 Sherrill1-0/+2
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-2/+0
2011-12-102011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac (CFLAGS): Add -Wmissing-prototypes.
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-11/+1
PR 1589/build * configure.ac: Remove obsolete optional manager capability.
2011-03-072011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
* configure.ac: Remove dead code.
2011-02-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+0
* configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-11-28Whitespace removal.Ralf Corsepius1-3/+3
2009-10-23Rework CFLAGS setup.Ralf Corsepius1-2/+10
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* aclocal/bsp-alias.m4: New. * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
2009-10-21Remove AM_CONDITIONAL MULTILIB.Ralf Corsepius1-2/+0
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* configure.ac: Remove cfg_dir.
2009-10-21Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP.Ralf Corsepius1-5/+1
2009-10-172009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-7/+6
* configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
2009-10-16Remove AM_CONDITIONAL HAS_LIBBSP.Ralf Corsepius1-4/+0
2009-10-16Remove special case lib/libbsp/bare (Abandoned).Ralf Corsepius1-8/+2
2009-10-162009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+0
* configure.ac: Remove RTEMS_HOST (unused).
2009-10-14Rework make/custom/* handling.Ralf Corsepius1-10/+20
2008-07-272008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-14/+0
* configure.ac: Remove RPCGEN, RPCTOOLS.
2008-02-262008-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+0
* configure.ac: Stop building nfsclient here and build it in CPUKIT.
2007-09-162007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* configure.ac: Remove AC_PROG_AWK (Unused).
2007-08-022007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-19/+0
* configure.ac, wrapup/Makefile.am: Remove RDBG. * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore, librdbg/Makefile.am, librdbg/preinstall.am, librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h, librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h, librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c, librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c, librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c, librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c, librdbg/src/servtsp.c, librdbg/src/servutil.c, librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S, librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h, librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c, librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c, librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S, librdbg/src/powerpc/rdbg_f.c, librdbg/src/powerpc/new_exception_processing/remdeb.h, librdbg/src/powerpc/new_exception_processing/remdeb_f.x, librdbg/src/powerpc/new_exception_processing/remdeb_svc.c, librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
2007-07-252007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* configure.ac: Add nfsclient.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: New BUG-REPORT address.
2006-11-15Remove RTEMS_AMPOLISH3.Ralf Corsepius1-1/+0
2006-11-152006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-7/+4
* aclocal/prog-cc.m4: Remove CFLAGS. * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. Compose CFLAGS. Append CFLAGS to ac_configure_args.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-05-162006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+1
* aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
2005-11-202005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Pass --enable-rtems-root to ada-tests/configure.
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Explicitly pass --libdir and --includedir to testsuites.
2005-11-092005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+18
* configure.ac: Reflect changes to testsuites.
2005-10-26Remove libnetworking, libnetworking/pppd.Ralf Corsepius1-4/+0