diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-12 10:36:27 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-13 13:45:51 +0200 |
commit | 397dbde8fff77c31c94928d65f3c2cac85222588 (patch) | |
tree | 9680f67598b194abfda9232e1b0b155a77d787df /gnu/packages/java.scm | |
parent | aec05972cef03010a1ad7d1ec83780e215eb1215 (diff) | |
download | patches-397dbde8fff77c31c94928d65f3c2cac85222588.tar patches-397dbde8fff77c31c94928d65f3c2cac85222588.tar.gz |
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.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 9304a92eb9..9e632f3fbf 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -578,7 +578,7 @@ build process and its dependencies, whereas Make uses Makefile format.") ("gtk" ,gtk+-2) ("fontconfig" ,fontconfig) ("freetype" ,freetype) - ("gcj" ,gcj-4.8))) + ("gcj" ,gcj))) (home-page "http://icedtea.classpath.org") (synopsis "Java development kit") (description |