summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/prog-cc.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-45/+0
| | | | | Close #3250. Close #4081.
* clang: Keep -qrtems and -B for compilers without -specs supportJacob Hansen2018-09-201-2/+4
| | | | | | | | | 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.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-1/+1
| | | | | | | | Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
* Remove make preinstallChris Johns2018-01-251-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+3
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-3/+0
|
* Remove RTEMS_CFLAGS.Ralf Corsepius2009-10-231-8/+0
|
* Use -r instead of -Wl,-r to build *.rels.Ralf Corsepius2008-12-101-1/+1
|
* 2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-1/+1
| | | | * aclocal/prog-cc.m4: Add -Wnested-externs.
* 2008-08-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-161-2/+4
| | | | | * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration -Wstrict-prototypes to RTEMS_CFLAGS.
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-151-2/+0
| | | | | | * 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.
* Remove RTEMS_USE_GCC. Add RTEMS_RELLDFLAGS.Ralf Corsepius2005-11-201-2/+5
|
* Add GCCSPECSRalf Corsepius2005-11-081-1/+6
|
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-081-1/+1
| | | | | * aclocal/prog-cc.m4: Quote CFLAGS's RHS to accomodate Solaris broken sh.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-051-2/+2
| | | | | | | | | | | | | * configure.ac: Pass CFLAGS to cpukit configure. * aclocal/rtems-flags.m4: Remove (Unused). * aclocal/prog-ccas.m4: Remove $(GCCSPECS). * aclocal/env-rtemsbsp.m4: Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS. Cleanup comments.
* 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-261-2/+2
| | | | | | | | | | | | | | | | | | | * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4, aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4, aclocal/config-subdirs.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix underquoting to silence automake-1.8.
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-0/+48
* aclocal/bsp-alias.m4: New (Copied from ../../aclocal). * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal). * aclocal/bsp-configure.m4: New (Copied from ../../aclocal). * aclocal/bspopts.m4: New (Copied from ../../aclocal). * aclocal/canonical-host.m4: New (Copied from ../../aclocal). * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal). * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal). * aclocal/check-cpu.m4: New (Copied from ../../aclocal). * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal). * aclocal/check-cxx.m4: New (Copied from ../../aclocal). * aclocal/check-itron.m4: New (Copied from ../../aclocal). * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal). * aclocal/check-networking.m4: New (Copied from ../../aclocal). * aclocal/check-posix.m4: New (Copied from ../../aclocal). * aclocal/check-rdbg.m4: New (Copied from ../../aclocal). * aclocal/check-tool.m4: New (Copied from ../../aclocal). * aclocal/config-subdirs.m4: New (Copied from ../../aclocal). * aclocal/enable-bare.m4: New (Copied from ../../aclocal). * aclocal/enable-cxx.m4: New (Copied from ../../aclocal). * aclocal/enable-inlines.m4: New (Copied from ../../aclocal). * aclocal/enable-itron.m4: New (Copied from ../../aclocal). * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal). * aclocal/enable-networking.m4: New (Copied from ../../aclocal). * aclocal/enable-posix.m4: New (Copied from ../../aclocal). * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal). * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal). * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal). * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal). * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal). * aclocal/gcc-specs.m4: New (Copied from ../../aclocal). * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal). * aclocal/multilib.m4: New (Copied from ../../aclocal). * aclocal/path-ksh.m4: New (Copied from ../../aclocal). * aclocal/path-perl.m4: New (Copied from ../../aclocal). * aclocal/ppc.m4: New (Copied from ../../aclocal). * aclocal/prog-ccas.m4: New (Copied from ../../aclocal). * aclocal/prog-cc.m4: New (Copied from ../../aclocal). * aclocal/prog-cxx.m4: New (Copied from ../../aclocal). * aclocal/project-root.m4: New (Copied from ../../aclocal). * aclocal/quoting.m4: New (Copied from ../../aclocal). * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal). * aclocal/rtems-flags.m4: New (Copied from ../../aclocal). * aclocal/rtems-top.m4: New (Copied from ../../aclocal). * aclocal/target.m4: New (Copied from ../../aclocal). * aclocal/tool-paths.m4: New (Copied from ../../aclocal). * aclocal/version.m4: New (Copied from ../../aclocal).