initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
15
debian/patches/gcc-vhdl.diff
vendored
Normal file
15
debian/patches/gcc-vhdl.diff
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# DP: Make vhdl known to the PPC backend. See
|
||||
# DP: https://github.com/ghdl/ghdl/blob/master/doc/development/building/GCC.rst
|
||||
|
||||
--- a/src/gcc/config/rs6000/rs6000-logue.cc
|
||||
+++ b/src/gcc/config/rs6000/rs6000-logue.cc
|
||||
@@ -5341,7 +5341,8 @@ rs6000_output_function_epilogue (FILE *f
|
||||
|| ! strcmp (language_string, "GNU Go")
|
||||
|| ! strcmp (language_string, "GNU D")
|
||||
|| ! strcmp (language_string, "GNU Rust")
|
||||
- || ! strcmp (language_string, "libgccjit"))
|
||||
+ || ! strcmp (language_string, "libgccjit")
|
||||
+ || ! strcmp (language_string, "vhdl"))
|
||||
i = 0;
|
||||
else if (! strcmp (language_string, "GNU F77")
|
||||
|| lang_GNU_Fortran ())
|
Reference in New Issue
Block a user