Age | Commit message (Expand) | Author |
2017-12-20 | 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ès |
2017-12-05 | Merge branch 'master' into core-updates | Marius Bakke |
2017-11-20 | 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 Bakke |
2017-11-19 | Merge branch 'master' into core-updates | Marius Bakke |
2017-11-07 | 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 Nieuwenhuizen |
2017-10-13 | 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 Flashner |
2017-10-05 | 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 Cournoyer |
2017-10-05 | gnu: gcc@6: Remove redundant inputs field....This is a follow-up to eb9696e7a01c1f236afea3828f8b3774400e2a6f.
* gnu/packages/gcc.scm (gcc@6)[inputs]: Remove field.
| Efraim Flashner |
2017-10-03 | gnu: gcc@5: Update inputs....* gnu/packages/gcc.scm (gcc@5)[inputs]: Replace isl@0.11 with isl,
remove cloog.
| Efraim Flashner |
2017-09-15 | gnu: Update default gcc-objc and gcc-objc++....* gnu/packages/gcc.scm (gcc-objc, gcc-objc++): Update default to 5.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc++@7....* gnu/packages/gcc.scm (gcc-objc++@7): New variable.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc@7....* gnu/packages/gcc.scm (gcc-objc@7): New variable.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc++@6....* gnu/packages/gcc.scm (gcc-objc++@6): New variable.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc@6....* gnu/packages/gcc.scm (gcc-objc@6): New variable.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc++@5....* gnu/packages/gcc.scm (gcc-objc++@5): New variable.
| Efraim Flashner |
2017-09-15 | gnu: Add gcc-objc@5....* gnu/packages/gcc.scm (gcc-obj@5): New variable.
| Efraim Flashner |
2017-09-13 | gnu: gcc@7: Update description....* gnu/packages/gcc.scm (gcc@7)[description]: Remove Java from the list
of supported languages.
| Efraim Flashner |
2017-09-13 | gnu: isl: Update to 0.18....* gnu/packages/gcc.scm (isl): Update to 0.18.
(isl-0.11): New variable.
(gcc@4.8, cloog)[inputs]: Use isl-0.11.
| Efraim Flashner |
2017-09-13 | gnu: gcc: Clean up inputs....* gnu/packages/gcc.scm (gcc@4.7)[inputs]: Remove isl, cloog.
(gcc@4.8)[inputs]: Add isl, cloog.
(gcc@6)[inputs]: Remove cloog.
| Efraim Flashner |
2017-09-13 | gnu: gcc@4.9: Inherit from gcc@4.8....* gnu/packages/gcc.scm (gcc@4.9)[inherit]: Inherit from gcc@4.8.
[supported-systems]: Remove field.
| Efraim Flashner |
2017-08-15 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-14 | gnu: gcc@7: Update to 7.2.0....* gnu/packages/gcc.scm (gcc@7): Update to 7.2.0.
[source]: Switch to xz compression.
| Efraim Flashner |
2017-08-06 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-02 | gnu: gcc@4.7: Don't built on aarch64....* gnu/packages/gcc.scm (gcc@4.7, gcc@4.8, gcc@4.9)[supported-systems]:
New field.
| Efraim Flashner |
2017-07-10 | Merge branch 'master' into core-updates | Leo Famulari |
2017-07-05 | gnu: gcc@6: Update to 6.4.0....* gnu/packages/gcc.scm (gcc@6, gfortran@6): Update to 6.4.0.
| Efraim Flashner |
2017-06-08 | gnu: gcc: Fix libsanitizer cross-compilation to powerpc-linux-gnu....* 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.
| Ludovic Courtès |
2017-05-24 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2017-05-22 | gnu: Remove GCJ....* 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.
| Ricardo Wurmus |
2017-05-03 | gnu: Add gfortran@7....* gnu/packages/gcc.scm (gfortran@7): New variable.
| Efraim Flashner |
2017-05-03 | gnu: Add gcc@7....* gnu/packages/gcc.scm (gcc@7): New variable.
| Efraim Flashner |
2017-05-03 | gnu: Add gfortran@6....* gnu/packages/gcc.scm (gfortran@6): New variable.
| Efraim Flashner |
2017-04-13 | gnu: gcc: Adjust for "alpha-linux"....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>
| Sergei Trofimovich |
2017-03-30 | Merge branch 'master' into core-updates...Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| Marius Bakke |
2017-03-30 | gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
| Tobias Geerinckx-Rice |
2017-03-23 | gnu: gfortran-5: Move definition before "gfortran"....This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c.
* gnu/packages/gcc.scm (gfortran-5): Move definition.
| Ricardo Wurmus |
2017-03-23 | gnu: gfortran: Change default version to gfortran-5....* gnu/packages/gcc.scm (gfortran): Point to gfortran-5.
| Ricardo Wurmus |
2017-03-06 | gnu: gcc: Force Aarch64 to use /lib....* gnu/packages/gcc.scm (gcc)[arguments]: On aarch64 replace force libdir
to be lib and not lib64.
| Efraim Flashner |
2017-01-23 | gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros....* 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.
| Marius Bakke |
2017-01-22 | gnu: gcc: Properly set the dynamic linker file name on GNU/Hurd....* 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>.
| Ludovic Courtès |
2017-01-06 | Merge branch 'master' into core-updates | Leo Famulari |
2017-01-04 | gnu: gcc: Adjust for PowerPC....* 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>
| Carlos Sánchez de La Lama |
2017-01-02 | gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9....* gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9.
| Ludovic Courtès |
2016-12-22 | gnu: gcc: Update to 6.3.0....* gnu/packages/gcc.scm (gcc): Update to 6.3.0.
| Efraim Flashner |
2016-12-13 | gnu: Default to GCC 5....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'.
| Ludovic Courtès |
2016-11-30 | gnu: gcj: Conditionally apply patch for armhf....* gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package.
[native-inputs]: Conditionally add arm-patch.
[arguments]: Conditionally add phase "apply-arm-patch".
| Ricardo Wurmus |
2016-11-27 | gnu: gcj: Inherit source field from "gcc"....* gnu/packages/gcc.scm (gcj)[source]: Inherit source from "gcc" package.
| Ricardo Wurmus |
2016-11-27 | gnu: gcj: Fix typo in patch filename....This is a followup to commit dbf8f84f15fb80fa41caeed073460853083e48d3.
Reported by quigonjinn on #guix.
* gnu/packages/gcc.scm (gcj)[source]: Fix typo.
| Leo Famulari |
2016-11-27 | gnu: gcj: Fix build on armhf....* 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.
| Ricardo Wurmus |
2016-11-19 | gnu: Use 'mirror://' URLs in several places....* 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.
| Ludovic Courtès |