| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc@7): Update to 7.2.0.
[source]: Switch to xz compression.
|
|\| |
|
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc@4.7, gcc@4.8, gcc@4.9)[supported-systems]:
New field.
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc@6, gfortran@6): Update to 6.4.0.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/gcc-asan-powerpc-missing-include.patch: New file.
* gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/gcj-arm-mode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/gcc.scm (javac.in, gcj, ecj-bootstrap): Remove variables.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gfortran@7): New variable.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc@7): New variable.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gfortran@6): New variable.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change allows cross-building packages by just
using --target=alpha-unknown-linux-gnu re2c:
$ ./pre-inst-env guix build --target=alpha-unknown-linux-gnu re2c
$ file /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c
/gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c: \
ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked, \
interpreter /gnu/store/0z5d6z3hh41w7z5g2g82zlnwgpbj0i1a-glibc-cross-alpha-unknown-linux-gnu-2.24/lib/ld-linux.so.2, \
for GNU/Linux 3.2.0, not stripped
GCC for alpha uses 'GLIBC_DYNAMIC_LINKER<TAB>"/lib/ld-linux.so.2"'
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Fix GLIBC_DYNAMIC_LINKER
substitution when delimiter is a tab.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|\
| |
| |
| | |
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
|
| |
| |
| |
| | |
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
|
| |
| |
| |
| |
| |
| | |
This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c.
* gnu/packages/gcc.scm (gfortran-5): Move definition.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gfortran): Point to gfortran-5.
|
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc)[arguments]: On aarch64 replace force libdir
to be lib and not lib64.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/gcc-5-source-date-epoch-1.patch,
gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-5)[source]: Use them.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: In 'pre-configure' phase,
match 'GNU_USER_DYNAMIC_LINKER' in addition to 'GLIBC_DYNAMIC_LINKER'.
This fixes GNU/Hurd cross-compilation as reported at
<https://lists.gnu.org/archive/html/guix-devel/2017-01/msg01731.html>.
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc): Update to 6.3.0.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package.
[native-inputs]: Conditionally add arm-patch.
[arguments]: Conditionally add phase "apply-arm-patch".
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcj)[source]: Inherit source from "gcc" package.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is a followup to commit dbf8f84f15fb80fa41caeed073460853083e48d3.
Reported by quigonjinn on #guix.
* gnu/packages/gcc.scm (gcj)[source]: Fix typo.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/gcj-arm-mode.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/gcc.scm (gcj): Add patch.
[arguments]: Delete failing tests.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add powerpc specific
substitutions for dynamic linker and start files locations in
'pre-configure' phase.
* gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Add
"gcc/config/rs6000/sysv4.h" to the list of files in 'remove-lgcc_s'
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reinstates and adjusts
commit e3d0fcbf7e55e8cbe8d0a1c5a24d73f341d7243b.
* gnu/packages/patches/gcc-libiberty-printf-decl.patch: New file.
* gnu/packages/gcc.scm (gcc-5)[source]: Use it.
[patches]: Add "gcc-arm-bug-71399.patch".
(gcc): Switch to GCC-5.
* gnu/packages/commencement.scm (libstdc++-boot0): New variable.
(gcc-boot0)[inputs]: Add it.
(gcc-toolchain-4.9): Switch to GCC-4.9.
(gcc-toolchain-5): Switch to GCC-FINAL.
* gnu/local.mk (dist_patch_DATA): Add 'gcc-libiberty-printf-decl.patch'.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (m17n-lib)[source]: Use 'mirror://'.
* gnu/packages/games.scm (extremetuxracer)[source]: Likewise.
* gnu/packages/gcc.scm (%gcc-infrastructure): Likewise.
* gnu/packages/gtk.scm (python2-pygtk)[source]: Likewise.
* gnu/packages/perl.scm (perl)[source]: Likewise.
* gnu/packages/telephony.scm (exosip)[source]: Likewise.
* gnu/packages/wm.scm (xmonad)[source]: Likewise.
(ghc-xmonad-contrib)[source]: Likewise.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc@4.7)[native-inputs]: Use texinfo@5 in place
of texinfo@6.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gcc.scm (gcc-4.8)[native-inputs]: New field.
(gcc-4.9): Inherit from GCC-4.7.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gcc.scm (isl)[source]: Add patch.
* gnu/packages/patches/isl-0.11.1-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/patches/gcc-arm-bug-71399.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-4.9)[source]: Use it.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gcc.scm (gcc@5): Update to 5.4.0.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gcc.scm (gcc@4.9): Update to 4.9.4.
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Partly addresses <http://bugs.gnu.org/24703>.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/patches/gcc-strmov-store-file-names.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-5)[sources](patches): Add it.
(gcc-6)[sources](patches): Add it.
|
| |_|/
|/| |
| | |
| | |
| | | |
* gnu/packages/gcc.scm (gcj)[arguments]: Switch the depreciated dejagnu
command 'absolute' for the new testing command 'file normalize'.
|
| |/
|/|
| |
| | |
* gnu/packages/gcc.scm (gnu-c-manual): Update to 0.2.5.
|
|/
|
|
| |
* gnu/packages/gcc.scm (gcc-6): Update to 6.2.0.
|
|
|
|
|
|
|
|
| |
This partly reverts 868c13c53a9788f8f27e77d8c8f99df14be512ba, which
introduced a regression whereby gcc@5 and gcc@6 would no longer contain
their Info manual.
* gnu/packages/gcc.scm (gcc-5)[native-inputs]: Remove.
|
|
|
|
|
|
|
| |
This reverts commit e3d0fcbf7e55e8cbe8d0a1c5a24d73f341d7243b.
This is a temporary measure until GCC 5 builds on ARM, see:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399
|
|\ |
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc-objc++): New variable.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc-objc++-4.9): New variable.
|
| |
| |
| |
| | |
* gnu/packages/gcc.scm (gcc-objc): New variable.
|