summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
Commit message (Collapse)AuthorAge
* gnu: make-libiberty: Use install-file.guy fleury iteriteka2020-03-20
| | | | | * gnu/packages/gcc.scm(make-libiberty): In phase install use install-file helper function to install file.
* gnu: libiberty: Do not inherit properties from GCC.Marius Bakke2020-03-20
| | | | * gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
* gnu: Add libgccjit.Joseph LaFreniere2020-03-16
| | | | | | * gnu/packages/gcc.scm (libgccjit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gcc-9: Update to 9.3.0.Efraim Flashner2020-03-14
| | | | * gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.
* gnu: gcc-8: Update to 8.4.0.Efraim Flashner2020-03-04
| | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.4.0.
* gnu: gfortran: change to a hidden packageKonrad Hinsen2019-12-17
| | | | | | | | * gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9) (gfortran-5, gfortran-6, gfortran-7, gfortran-8) (gfortran-9): Wrap in 'hidden-package'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gfortran: Add version 9.x.Ludovic Courtès2019-10-14
| | | | * gnu/packages/gcc.scm (gfortran-9): New variable.
* gnu: gcc@9: Update to 9.2.0.Ludovic Courtès2019-10-10
| | | | * gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.
* gnu: isl: Update to 0.21.Marius Bakke2019-06-20
| | | | * gnu/packages/gcc.scm (isl): Update to 0.21.
* gnu: isl: Fix fallback URL.Marius Bakke2019-06-20
| | | | * gnu/packages/gcc.scm (isl, isl-0.18, isl-0.11)[source](uri): Use '.bz2' tarball.
* Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\
| * gnu: libstdc++-doc: Add version 9.x.Ludovic Courtès2019-05-22
| | | | | | | | | | * gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove. (libstdc++-doc-9): New variable.
| * gnu: libstdc++-doc: Unhide.Ludovic Courtès2019-05-22
| | | | | | | | | | | | This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db. * gnu/packages/gcc.scm (make-libstdc++-doc): Add 'properties' field.
| * gnu: custom-gcc: Unhide resulting package.Ricardo Wurmus2019-05-16
| | | | | | | | | | | | | | | | This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While the plain "gcc" packages should be hidden by default, gcc-derived packages like "gfortran" should not. * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
| * gnu: gcc-4.7: Hide package.Ricardo Wurmus2019-05-09
| | | | | | | | * gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
| * gnu: gcc@9: Fix limits.h include for cross builds.Carl Dong2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | This allows us to supply gcc-9 as an optional argument to cross-gcc, successfully constructing gcc-9-based cross-compilers. * gnu/packages/gcc.scm (gcc-9)[source](patches): Add "gcc-9-asan-fix-limits-include.patch". * gnu/packages/patches/gcc-9-asan-fix-limits-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gcc: Add 9.1.0.Carl Dong2019-05-06
| | | | | | | | | | | | | | | | | | * gnu/packages/gcc.scm (gcc-9): New variable. * gnu/packages/commencement.scm (gcc-toolchain-9): New variable. * gnu/packages/patches/gcc-9-strmov-store-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-01
|\|
| * gnu: GCC: Update to 8.3.0.Marius Bakke2019-02-28
| | | | | | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.3.0.
* | gnu: Use GCC 7 as the default compiler.Marius Bakke2019-02-09
|/ | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cross-base.scm (%gcc-cross-include-paths): Remove CROSS_C_INCLUDE_PATH & co in favor of CROSS_CPATH. * gnu/build/cross-toolchain.scm (%gcc-cross-include-paths): Likewise. (cross-gcc-build-phases): Set CROSS_C_INCLUDE_PATH and CROSS_CPLUS_INCLUDE_PATH when building the cross GCC. * gnu/packages/commencement.scm (libstdc++): Add "--disable-libstdcxx-dual-abi" to #:configure-flags. (gcc-boot0)[arguments]: Add "--disable-libmpx" to #:configure-flags. (gcc-final): Add phase to set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH before building GCC. (gcc-toolchain-5): Use MAKE-GCC-TOOLCHAIN. (gcc-toolchain-7): Change to GCC-TOOLCHAIN. * gnu/packages/gcc.scm (gcc): Change from GCC-5 to GCC-7. (gfortran): Change to GFORTRAN-7. (gcc-objc): Change to GCC-OBJC-7. (gcc-objc++): Change to GCC-OBJC++-7. * gnu/packages/rust.scm (rust-1.19.0)[native-search-paths]: Change from C_INCLUDE_PATH & co to CPATH.
* gnu: GCC@7: Update to 7.4.0.Marius Bakke2018-12-08
| | | | | | | * gnu/packages/gcc.scm (gcc-7): Update to 7.4.0. [source](patches): Drop 'gcc-libsanitizer-ustat.patch'. * gnu/packages/storage.scm (ceph)[inputs]: Change from BOOST to BOOST-CXX14, as GCC 7.4.0 triggers <https://bugs.gnu.org/33605>.
* gnu: GCC@6: Update to 6.5.0.Marius Bakke2018-12-08
| | | | | | | | * gnu/packages/patches/gcc-libsanitizer-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gcc.scm (gcc-6): Update to 6.5.0. [source](patches): Drop obsolete patches. [source](snippet): Remove.
* Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\
| * gnu: gfortran, gcc-objc, gcc-objc++: Add version 8.Eric Brown2018-09-06
| | | | | | | | | | | | | | * gnu/packages/gcc.scm (gfortran-8, gcc-objc-8, gcc-objc++-8): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gcc@4.9: Fix FTBFS with Glibc >= 2.28.Marius Bakke2018-09-01
| | | | | | | | | | | | | | | | | | * gnu/packages/commencement.scm (gcc-for-libstdc++): New variable. (libstdc++-boot0): Inherit from GCC-FOR-LIBSTDC++ instead of GCC-4.9. * gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add "gcc-4.9-libsanitizer-ustat.patch". * gnu/packages/patches/gcc-4.9-libsanitizer-ustat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: gcc: Include libsanitizer patch for versions 6 and 7.Marius Bakke2018-08-26
| | | | | | | | | | * gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add "gcc-libsanitizer-ustat.patch".
* | Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\|
| * gnu: gcc@4.8: Fix libsanitizer build issue.Ludovic Courtès2018-08-19
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32397>. Reported by fis trivial <ybbs.daans@hotmail.com>. * gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch: New file. * gnu/packages/gcc.scm (gcc-4.8)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: gcc: Fix build with glibc >= 2.28.Marius Bakke2018-08-25
| | | | | | | | | | | | * gnu/packages/patches/gcc-libsanitizer-ustat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
* | gnu: gcc@5: Build with isl@0.18.Marius Bakke2018-08-12
| | | | | | | | | | * gnu/packages/gcc.scm (gcc-5)[inputs]: Change ISL to ISL-0.18. (isl-0.18): New public variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-08-01
|\|
| * gnu: gcc@8: Update to 8.2.0.Ludovic Courtès2018-07-27
| | | | | | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.2.0.
* | Merge branch 'master' into core-updatesMarius Bakke2018-07-24
|\|
| * Merge branch 'master' into stagingMarius Bakke2018-07-02
| |\
| * | gnu: custom-gcc: Fix regex used for matching executables.Alex Vong2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/31561>. * gnu/packages/gcc.scm (custom-gcc)[arguments]: Fix regex used for matching broken or conflicting executables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-29
|\ \ \ | | |/ | |/|
| * | gnu: Add gcc@8.Marius Bakke2018-06-26
| |/ | | | | | | | | | | * gnu/packages/patches/gcc-8-strmov-store-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gcc.scm (gcc-8): New public variable.
* / gnu: isl: Update to 0.19.Tobias Geerinckx-Rice2018-06-12
|/ | | | * gnu/packages/gcc.scm (isl): Update to 0.19.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-08
|\
| * gnu: gcc > 5: Use 'CPATH' instead of 'C_INCLUDE_PATH' & co.Ludovic Courtès2018-05-07
| | | | | | | | | | | | | | | | | | Partly addresses <https://bugs.gnu.org/30756>. Reported by julien lepiller <julien@lepiller.eu>, Marius Bakke <mbakke@fastmail.com>, and Giel van Schijndel <giel@mortis.eu> * gnu/packages/gcc.scm (gcc-6)[native-search-paths]: New field.
* | gnu: gcc@4.7: Combine duplicate 'patches' fields into one.Mark H Weaver2018-04-21
| | | | | | | | | | * gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields into one. Previously, the first 'patches' field was being ignored.
* | gnu: gnu-c-manual: Use invoke.Mark H Weaver2018-04-12
| | | | | | | | * gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
* | gnu: libstdc++-doc: Use invoke.Mark H Weaver2018-04-12
| | | | | | | | * gnu/packages/gcc.scm (make-libstdc++-doc)[arguments]: Use invoke.
* | gnu: libstdc++: Return #t from chdir phase.Mark H Weaver2018-03-16
| | | | | | | | | | * gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir phase.
* | gnu: All snippets report errors using exceptions, else return #t.Mark H Weaver2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm, gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/fpga.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm, gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm, gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm, gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm, gnu/packages/pretty-print.scm, gnu/packages/profiling.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm, gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm, gnu/packages/scribus.scm, gnu/packages/sdl.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm, gnu/packages/terminals.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/tls.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: In all snippets, report errors using exceptions, or else return #t.
* | gnu: gcc@4.7: Update phase style.Tobias Geerinckx-Rice2018-02-20
|/ | | | | * gnu/packages/gcc.scm (gcc-4.7)[arguments]: Use MODIFY-PHASES syntax and end phases with #t.
* gnu: gcc@4.9: Fix libsanitizer compilation with glibc 2.26.Ludovic Courtès2018-02-18
| | | | | | * gnu/packages/patches/gcc-4.9-libsanitizer-fix.patch: New file. * gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* Merge branch 'master' into core-updatesMark H Weaver2018-01-26
|\
| * gnu: gcc@7: Update to 7.3.0.Mark H Weaver2018-01-25
| | | | | | | | * gnu/packages/gcc.scm (gcc-7): Update to 7.3.0.
* | gnu: gcc@4.9: Fix libsanitizer cross-compilation.Efraim Flashner2018-01-18
| | | | | | | | * gnu/packages/gcc.scm (gcc@4.9)[source]: Add gcc-asan-missing-include patch.