diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2014-12-23 12:31:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-01-27 15:33:08 +0100 |
commit | 74574fd1e3fad5e0c1d061ce194e47dde0f7f175 (patch) | |
tree | 99b1d38e3b178a4aca30b47f1c0e62b49a8f6c53 /gnu-system.am | |
parent | bfe26beb3e5ec2dfc327d87d848ea0a4c5abd3c6 (diff) | |
download | guix-74574fd1e3fad5e0c1d061ce194e47dde0f7f175.tar.gz |
gnu: Add GCJ
* gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables. * gnu/packages/javac.in: New file. * gnu-system.am (MISC_DISTRO_FILES): Add it. * Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 535eeaf6aa..9d2f6b5cf9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -518,6 +518,8 @@ dist_patch_DATA = \ gnu/packages/patches/xfce4-panel-plugins.patch \ gnu/packages/patches/xmodmap-asprintf.patch +MISC_DISTRO_FILES = gnu/packages/javac.in + bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux bootstrap_i686_linuxdir = $(bootstrapdir)/i686-linux |