~ruther/guix-local

ref: c2c4e5b2ee7d3e9412822e87bd5aaedbfa40f9bd guix-local/gnu/packages/gcc.scm -rw-r--r-- 30.8 KiB
b431e3a0 — Efraim Flashner 10 years ago
gnu: gcc-5: Update to 5.3.0.

* gnu/packages/gcc.scm (gcc-5): Update to 5.3.0.
e61d9e39 — Ricardo Wurmus 10 years ago
gnu: Add gfortran 5.

* gnu/packages/gcc.scm (gfortran-5): New variable.
eed588d9 — 宋文武 10 years ago
Merge branch 'master' into dbus-update
c364a287 — Ricardo Wurmus 10 years ago
gnu: gcj: Run libjava tests.

* gnu/packages/gcc.scm (gcj)[native-inputs]: Add dejagnu.
  [arguments]: Enable tests and set test target to
  "check-target-libjava".
397dbde8 — Ricardo Wurmus 10 years ago
gnu: gcj-4.8, gcj: Update to default GCC version.

* gnu/packages/gcc.scm (gcj-4.8): Inherit from "gcc" package and rename
  variable to...
  (gcj): ...this new variable.
  (ecj-bootstrap-4.8): Rename variable to...
  (ecj-bootstrap): ...this, updating to version 4.9.
* gnu/packages/java.scm (icedtea6)[native-inputs]: Replace "gcj-4.8"
  with "gcj".
* gnu/packages/music.scm (tuxguitar)[native-inputs]: Likewise.
e1556533 — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
0cce9968 — Marek Benc 11 years ago
gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd.

* gnu/packages/gcc.scm (gcc-4.7): Also substitute the dynamic linker name
  for GNU (ie. Hurd) systems.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
b7c7c03e — Ludovic Courtès 10 years ago
utils: Add 'strip-store-file-name'.

* guix/build/utils.scm (strip-store-file-name): New procedure.
* guix/build/emacs-build-system.scm (store-directory->name-version):
  Remove.  Update callers to use 'strip-store-file-name'.
* gnu/packages/gcc.scm (make-libstdc++-doc)[arguments]: Use
  'strip-store-file-name' instead of 'string-drop'.
9a7143b7 — Mark H Weaver 10 years ago
gnu: gcc-5: Update to 5.2.0.

* gnu/packages/gcc.scm (gcc-5): Update to 5.2.0.  Remove
  gcc-arm-link-spec-fix.patch from patches.
629f4d2e — Mark H Weaver 10 years ago
gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.

This reflects the new version numbering scheme for GCC 5 and up.
See <https://gcc.gnu.org/develop.html>.

* gnu/packages/gcc.scm (gcc-5.1): Rename to ...
  (gcc-5): ... this.
  (libstdc++-doc-5.1): Rename to ...
  (libstdc++-doc-5): ... this, and use gcc-5.
* gnu/packages/commencement.scm (gcc-toolchain-5.1): Rename to ...
  (gcc-toolchain-5): ... this, and use gcc-5.
* build-aux/hydra/gnu-system.scm (%core-packages): Use gcc-5.
e1705718 — Mark H Weaver 10 years ago
Merge branch 'core-updates'
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
50c7a1e2 — Ludovic Courtès 10 years ago
gnu: Add gnu-c-manual.

* gnu/packages/gcc.scm (gnu-c-manual): New variable.
35995769 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
98b385d1 — Ludovic Courtès 10 years ago
gnu: Add 'libstdc++-doc'.

* gnu/packages/gcc.scm (make-libstdc++-doc): New procedure.
  (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables.
aa725117 — Mark H Weaver 10 years ago
gnu: Require NEON on armhf.

* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): On armhf,
  include --with-fpu=neon.
* doc/guix.texi (GNU Distribution): Document that our armhf port
  requires NEON.
6f317fa3 — Mark H Weaver 10 years ago
gnu: gcc-4.9: Update to 4.9.3.

* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.3.  Remove
  "gcc-arm-link-spec-fix.patch" from patches.
2b6b6d13 — Ricardo Wurmus 10 years ago
gnu: Add libiberty.

* gnu/packages/gcc.scm (make-libiberty, libiberty): New variables.
ab5f49cf — Ludovic Courtès 10 years ago
gnu: gcc-4.8: Update to 4.8.5.

* gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.5.
eed67cbb — Ricardo Wurmus 10 years ago
gnu: Add default GCC and default gfortran.

* gnu/packages/gcc.scm (gcc): New variable.
* gnu/packages/gcc.scm (gfortran): New variable.
Next