aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-02-12 09:59:43 +0100
committerTristan Gingold <tgingold@free.fr>2023-02-12 09:59:43 +0100
commit803edb7162da71cde4f63a3933dfe653bb0395b0 (patch)
tree24b33a0dded2e307d5f400c5395b3fc68fb5195e /scripts
parent43fa0c0adc1e96db799c5f38943a863311452d56 (diff)
downloadghdl-803edb7162da71cde4f63a3933dfe653bb0395b0.tar.gz
ghdl-803edb7162da71cde4f63a3933dfe653bb0395b0.tar.bz2
ghdl-803edb7162da71cde4f63a3933dfe653bb0395b0.zip
Make-lang.in: also generate Backend_Version
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gcc/Make-lang.in.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gcc/Make-lang.in.in b/scripts/gcc/Make-lang.in.in
index 26737ef07..6f6fd8872 100644
--- a/scripts/gcc/Make-lang.in.in
+++ b/scripts/gcc/Make-lang.in.in
@@ -114,6 +114,8 @@ vhdl/default_paths.ads: Makefile
echo " Shared_Library_Extension : constant String :=">> tmp-dpaths.ads
echo " \"$(VHDL_SOEXT)\";" >> tmp-dpaths.ads
echo " Default_Pie : constant Boolean := False;" >> tmp-dpaths.ads
+ echo " Backend_Version : constant String :=" >> tmp-dpaths.ads
+ echo " \"@backend_version@\";" >> tmp-dpaths.ads
echo "end Default_Paths;" >> tmp-dpaths.ads
$(srcdir)/../move-if-change tmp-dpaths.ads $@