diff options
Diffstat (limited to 'debian/README.Debian.m4')
-rw-r--r-- | debian/README.Debian.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/README.Debian.m4 b/debian/README.Debian.m4 index e3b1786..4984cd6 100644 --- a/debian/README.Debian.m4 +++ b/debian/README.Debian.m4 @@ -39,7 +39,7 @@ How are the default compilers selected? --------------------------------------- Starting in Debian 3.0, there is now a gcc-defaults package set. This -creates the actual packages for gcc, gnat, g++, gobjc, chill, gcj, gij, +creates the actual packages for gcc, gnat, g++, gobjc, gdc and gpc. These packages will depend on the corresponding default compiler for that architecture. For Debian 5.0 for example, "gcc" depends on "gcc-5", which means that the "gcc-5" package will @@ -59,8 +59,6 @@ The default compiler versions for Debian GNU/OS_NAME on DEB_ARCH are gcc : gcc-PV_GCC ifenabled(`g++',` g++ : g++-PV_GPP') ifenabled(`gfortran',` gfortran : gfortran-PV_GFORT') -ifenabled(`gcj',` gcj : gcj-PV_GCJ') -ifenabled(`gcj',` gij : gij-PV_GIJ') ifenabled(`gccgo',` gccgo : gccgo-PV_GGO') ifenabled(`gobjc',` gobjc : gobjc-PV_GOBJC') ifenabled(`gobjc++',` gobjc++ : gobjc++-PV_GOBJCXX') |