aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv/default_pathes.ads.in
diff options
context:
space:
mode:
Diffstat (limited to 'translate/ghdldrv/default_pathes.ads.in')
-rw-r--r--translate/ghdldrv/default_pathes.ads.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/translate/ghdldrv/default_pathes.ads.in b/translate/ghdldrv/default_pathes.ads.in
index 4e6c1a7ec..7f471a5ed 100644
--- a/translate/ghdldrv/default_pathes.ads.in
+++ b/translate/ghdldrv/default_pathes.ads.in
@@ -21,11 +21,13 @@ package Default_Pathes is
-- Accept long lines.
pragma Style_Checks ("M999");
+ Install_Prefix : constant String :=
+ "@INSTALL_PREFIX@";
+ Lib_Prefix : constant String :=
+ "@LIB_PREFIX@";
+
Compiler_Gcc : constant String :=
"@COMPILER_GCC@";
- Prefix : constant String :=
- "@PREFIX@";
-
Compiler_Mcode : constant String :=
"@COMPILER_MCODE@";
Compiler_Llvm : constant String :=