summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: GCC: Update to 8.3.0.•••* gnu/packages/gcc.scm (gcc-8): Update to 8.3.0. Marius Bakke2019-02-281-2/+2
* gnu: GCC@7: Update to 7.4.0.•••* 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>. Marius Bakke2018-12-081-3/+2
* gnu: GCC@6: Update to 6.5.0.•••* 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. Marius Bakke2018-12-081-20/+4
* Merge branch 'master' into core-updatesMarius Bakke2018-09-091-0/+22
|\
| * gnu: gfortran, gcc-objc, gcc-objc++: Add version 8.•••* gnu/packages/gcc.scm (gfortran-8, gcc-objc-8, gcc-objc++-8): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Brown2018-09-061-0/+22
* | gnu: gcc@4.9: Fix FTBFS with Glibc >= 2.28.•••* 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. Marius Bakke2018-09-011-0/+1
* | gnu: gcc: Include libsanitizer patch for versions 6 and 7.•••* gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add "gcc-libsanitizer-ustat.patch". Marius Bakke2018-08-261-0/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2018-08-251-0/+1
|\|
| * gnu: gcc@4.8: Fix libsanitizer build issue.•••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. Ludovic Courtès2018-08-191-0/+1
* | gnu: gcc: Fix build with glibc >= 2.28.•••* 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. Marius Bakke2018-08-251-0/+1
* | gnu: gcc@5: Build with isl@0.18.•••* gnu/packages/gcc.scm (gcc-5)[inputs]: Change ISL to ISL-0.18. (isl-0.18): New public variable. Marius Bakke2018-08-121-1/+16
* | Merge branch 'master' into core-updatesMarius Bakke2018-08-011-2/+2
|\|
| * gnu: gcc@8: Update to 8.2.0.•••* gnu/packages/gcc.scm (gcc-8): Update to 8.2.0. Ludovic Courtès2018-07-271-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2018-07-241-1/+1
|\|
| * Merge branch 'master' into stagingMarius Bakke2018-07-021-0/+15
| |\
| * | gnu: custom-gcc: Fix regex used for matching executables.•••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> Alex Vong2018-06-141-1/+1
* | | Merge branch 'master' into core-updatesRicardo Wurmus2018-06-291-0/+15
|\ \ \ | | |/ | |/|
| * | gnu: Add gcc@8.•••* 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. Marius Bakke2018-06-261-0/+15
| |/
* / gnu: isl: Update to 0.19.•••* gnu/packages/gcc.scm (isl): Update to 0.19. Tobias Geerinckx-Rice2018-06-121-2/+2
|/
* Merge branch 'master' into core-updatesMark H Weaver2018-05-081-1/+11
|\
| * gnu: gcc > 5: Use 'CPATH' instead of 'C_INCLUDE_PATH' & co.•••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. Ludovic Courtès2018-05-071-1/+11
* | gnu: gcc@4.7: Combine duplicate 'patches' fields into one.•••* gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields into one. Previously, the first 'patches' field was being ignored. Mark H Weaver2018-04-211-2/+2
* | gnu: gnu-c-manual: Use invoke.•••* gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke. Mark H Weaver2018-04-121-3/+3
* | gnu: libstdc++-doc: Use invoke.•••* gnu/packages/gcc.scm (make-libstdc++-doc)[arguments]: Use invoke. Mark H Weaver2018-04-121-8/+10
* | gnu: libstdc++: Return #t from chdir phase.•••* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir phase. Mark H Weaver2018-03-161-1/+2
* | gnu: All snippets report errors using exceptions, else return #t.•••* 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. Mark H Weaver2018-03-161-24/+32
* | gnu: gcc@4.7: Update phase style.•••* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Use MODIFY-PHASES syntax and end phases with #t. Tobias Geerinckx-Rice2018-02-201-119/+120
|/
* gnu: gcc@4.9: Fix libsanitizer compilation with glibc 2.26.•••* 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. Ludovic Courtès2018-02-181-2/+3
* Merge branch 'master' into core-updatesMark H Weaver2018-01-261-3/+3
|\
| * gnu: gcc@7: Update to 7.3.0.•••* gnu/packages/gcc.scm (gcc-7): Update to 7.3.0. Mark H Weaver2018-01-251-3/+3
* | gnu: gcc@4.9: Fix libsanitizer cross-compilation.•••* gnu/packages/gcc.scm (gcc@4.9)[source]: Add gcc-asan-missing-include patch. Efraim Flashner2018-01-181-0/+1
* | gnu: gcc@4.9: Fix building with glibc@2.26.•••* gnu/packages/gcc.scm (gcc@4.9)[source]: Add snippet to adjust linux-unwind.h to changes in glibc. * gnu/packages/commencement.scm (gcc-for-libstdc++): New variable. (libstdc++-boot0): Inherit from gcc-for-libstdc++, update note. Efraim Flashner2018-01-181-2/+13
* | gnu: gcc@6: Fix building with glibc@2.26.•••* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust linux-unwind.h to changes in glibc@2.26. Add patch. * gnu/packages/patches/gcc-libsanitizer-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-01-051-2/+15
* | gnu: gcc@4.8: Fix libsanitizer cross-compilation.•••This patch is modified from the original patch targeting gcc@5. * gnu/packages/patches/gcc-asan-missing-include.patch: New file. * gnu/packages/gcc.scm (gcc@4.8)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2018-01-031-0/+1
* | gnu: gcc@4.8: Fix building with glibc@2.26.•••* gnu/packages/gcc.scm (gcc@4.8)[source]: Add snippet to adjust linux-unwind.h to changes in glibc@2.26. Efraim Flashner2018-01-031-1/+12
* | gnu: gcc: Fix cross-compilation to GNU/Hurd.•••* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): Return "--disable-libcilkrts" when TARGET matches "-gnu". Ludovic Courtès2017-12-311-0/+8
* | gnu: gcc: Fix cross-compilation.•••Previously "guix build gcc@5 --target=TRIPLET" would fail like this: checking for exported symbols... /tmp/guix-build-gcc-5.5.0.drv-0/gcc-5.5.0/libcc1/configure: line 14531: -T: command not found yes checking for -rdynamic... /tmp/guix-build-gcc-5.5.0.drv-0/gcc-5.5.0/libcc1/configure: line 14541: -T: command not found no checking for library containing dlopen... -ldl checking for -fPIC -shared... yes configure: error: Building GCC with plugin support requires a host that supports -fPIC, -shared, -ldl and -rdynamic. * gnu/packages/gcc.scm (gcc-4.7)[maybe-target-tools]: Add "OBJDUMP". (gcc-5)[source](snippet, modules): New fields. Ludovic Courtès2017-12-201-3/+15
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-051-1/+6
|\|
| * gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.•••* gnu/packages/patches/gcc-6-source-date-epoch-1.patch, gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-6)[source]: Use them. Marius Bakke2017-11-201-0/+2
* | Merge branch 'master' into core-updatesMarius Bakke2017-11-191-0/+1
|\|
| * gnu: gcc-4.7: Resurrect building with gcc-5.4.0.•••* gnu/packages/patches/gcc-4-compile-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.7): Use it. Jan Nieuwenhuizen2017-11-071-0/+1
* | gnu: gcc@5: Update to 5.5.0.•••* gnu/packages/gcc.scm (gcc@5): Update to 5.5.0. [source]: Switch to '.tar.xz' tarball. Remove patch. * gnu/packages/patches/gcc-asan-powerpc-missing-include.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2017-10-131-4/+3
* | gnu: gcc: Fix manual pages.•••Fixes bug #24069. perl is made a native input to all of the gcc-* packages except for gcc-boot0; perl-boot0 is made a native input to gcc-final. * gnu/packages/patches/gcc-fix-texi2pod.patch: Add patch file to fix texi2pod. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gcc.scm (gcc-4.7, gcc-4.8, gcc-4.9, gcc-5): Use it. (gcc-4.7)[native-inputs]: Add perl. (gcc-4.9)[native-inputs]: Likewise. * gnu/packages/commencement.scm (gcc-boot0)[native-inputs]: Remove perl. (gcc-final)[native-inputs]: Add perl-boot0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Maxim Cournoyer2017-10-051-6/+13
* | gnu: gcc@6: Remove redundant inputs field.•••This is a follow-up to eb9696e7a01c1f236afea3828f8b3774400e2a6f. * gnu/packages/gcc.scm (gcc@6)[inputs]: Remove field. Efraim Flashner2017-10-051-4/+1
* | gnu: gcc@5: Update inputs.•••* gnu/packages/gcc.scm (gcc@5)[inputs]: Replace isl@0.11 with isl, remove cloog. Efraim Flashner2017-10-031-5/+4
|/
* gnu: Update default gcc-objc and gcc-objc++.•••* gnu/packages/gcc.scm (gcc-objc, gcc-objc++): Update default to 5. Efraim Flashner2017-09-151-2/+2
* gnu: Add gcc-objc++@7.•••* gnu/packages/gcc.scm (gcc-objc++@7): New variable. Efraim Flashner2017-09-151-0/+9
* gnu: Add gcc-objc@7.•••* gnu/packages/gcc.scm (gcc-objc@7): New variable. Efraim Flashner2017-09-151-0/+9
* gnu: Add gcc-objc++@6.•••* gnu/packages/gcc.scm (gcc-objc++@6): New variable. Efraim Flashner2017-09-151-0/+9
* gnu: Add gcc-objc@6.•••* gnu/packages/gcc.scm (gcc-objc@6): New variable. Efraim Flashner2017-09-151-0/+9