guix-devel/gnu/build
Marius Bakke 01e8263feb
gnu: Use GCC 7 as the default compiler.
* 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.
2019-02-09 21:53:41 +01:00
..
activation.scm activation: Aways pass '-d HOME' to 'useradd'. 2018-11-18 23:37:25 +01:00
bootloader.scm bootloader: Factorize write-file-on-device. 2017-12-15 11:52:38 +01:00
cross-toolchain.scm gnu: Use GCC 7 as the default compiler. 2019-02-09 21:53:41 +01:00
file-systems.scm file-systems: Add read-luks-partition-uuid. 2019-01-17 14:04:26 +01:00
install.scm install: Add 'install-database-and-gc-roots'. 2018-11-06 23:21:24 +01:00
linux-boot.scm file-systems: Remove 'title' field and add <file-system-label>. 2018-05-28 13:24:11 +02:00
linux-container.scm linux-container: Work around EBADF errors upon exit. 2018-01-15 23:29:33 +01:00
linux-initrd.scm linux-initrd: 'expression->initrd' returns the complete file name. 2018-11-21 23:26:59 +01:00
linux-modules.scm linux-modules: module-soft-dependencies: Remove colon from section names. 2019-01-25 18:24:00 +01:00
marionette.scm marionette: Add wait-for-unix-socket. 2018-08-28 00:19:58 -07:00
shepherd.scm system: Remove uses of the 'title' field of <file-system>. 2018-05-28 13:24:19 +02:00
svg.scm bootloader: grub: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
vm.scm vm: Re-enable KVM on i386. 2018-12-19 00:14:00 +01:00