diff options
author | gingold | 2005-12-10 17:08:01 +0000 |
---|---|---|
committer | gingold | 2005-12-10 17:08:01 +0000 |
commit | 632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a (patch) | |
tree | 8d3d25dd5ede4ac0c1ed7a0cb4bb914ea90d6e87 /translate/ghdldrv/ghdllocal.ads | |
parent | 54ee7a02a6b3d622545aceff27cf43eeefb883f4 (diff) | |
download | ghdl-632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a.tar.gz ghdl-632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a.tar.bz2 ghdl-632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a.zip |
-m32 flag added, general substitution in .lst file
Diffstat (limited to 'translate/ghdldrv/ghdllocal.ads')
-rw-r--r-- | translate/ghdldrv/ghdllocal.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdllocal.ads b/translate/ghdldrv/ghdllocal.ads index e1c2baa..817cc8f 100644 --- a/translate/ghdldrv/ghdllocal.ads +++ b/translate/ghdldrv/ghdllocal.ads @@ -72,6 +72,9 @@ package Ghdllocal is -- Used to search Std and IEEE libraries. function Get_Version_Path return String; + -- Get Prefix_Path, but with 32 added if -m32 is requested + function Get_Machine_Path_Prefix return String; + -- Setup standard libaries path. If LOAD is true, then load them now. procedure Setup_Libraries (Load : Boolean); |