diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-02 11:55:51 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-02 11:55:51 +0000 |
commit | dbf0fc79d43487e4fa3cc915450d77b6ba59d211 (patch) | |
tree | 36e4425e3dbb561883ed85a8bfab19d5c4b32280 /debian/patches/gdc-4.8.diff | |
parent | f74e535c42d9da8fb2cc54b96bc3cf5e7698f26f (diff) | |
download | gcc-48-dbf0fc79d43487e4fa3cc915450d77b6ba59d211.tar.gz |
* Build java packages from this source package. Works aroud ftp-master's
overly strict interpretation of the Built-Using attribute.
* Build D and libphobos packages from this source package.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@6800 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/gdc-4.8.diff')
-rw-r--r-- | debian/patches/gdc-4.8.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/gdc-4.8.diff b/debian/patches/gdc-4.8.diff index b4bc21d..b4b042f 100644 --- a/debian/patches/gdc-4.8.diff +++ b/debian/patches/gdc-4.8.diff @@ -1,8 +1,8 @@ # DP: This implements D language support in the GCC back end, and adds -# DP: relevant documentation about the GDC front end. +# DP: relevant documentation about the GDC front end (code part). ---- a/src/gcc/config/rs6000/rs6000.c 2013-02-08 19:36:04.000000000 +0000 -+++ b/src/gcc/config/rs6000/rs6000.c 2013-03-20 16:26:18.566235720 +0000 +--- a/src/gcc/config/rs6000/rs6000.c ++++ b/src/gcc/config/rs6000/rs6000.c @@ -21578,7 +21578,8 @@ rs6000_output_function_epilogue (FILE *f either, so for now use 0. */ if (! strcmp (language_string, "GNU C") @@ -13,8 +13,8 @@ i = 0; else if (! strcmp (language_string, "GNU F77") || ! strcmp (language_string, "GNU Fortran")) ---- a/src/gcc/dwarf2out.c 2013-03-05 23:08:45.000000000 +0000 -+++ b/src/gcc/dwarf2out.c 2013-03-20 16:26:18.690235723 +0000 +--- a/src/gcc/dwarf2out.c ++++ b/src/gcc/dwarf2out.c @@ -18907,6 +18907,8 @@ gen_compile_unit_die (const char *filena language = DW_LANG_C89; if (strcmp (language_string, "GNU C++") == 0) @@ -24,8 +24,8 @@ else if (strcmp (language_string, "GNU F77") == 0) language = DW_LANG_Fortran77; else if (strcmp (language_string, "GNU Pascal") == 0) ---- a/src/gcc/gcc.c 2013-03-06 06:32:03.000000000 +0000 -+++ b/src/gcc/gcc.c 2013-03-20 16:26:18.706235722 +0000 +--- a/src/gcc/gcc.c ++++ b/src/gcc/gcc.c @@ -1002,6 +1002,7 @@ static const struct compiler default_com {".java", "#Java", 0, 0, 0}, {".class", "#Java", 0, 0, 0}, {".zip", "#Java", 0, 0, 0}, {".jar", "#Java", 0, 0, 0}, |