From 632952160f9a7e5a9b4bb7bdd99ae76b3ec0e96a Mon Sep 17 00:00:00 2001 From: gingold Date: Sat, 10 Dec 2005 17:08:01 +0000 Subject: -m32 flag added, general substitution in .lst file --- translate/ghdldrv/ghdllocal.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'translate/ghdldrv/ghdllocal.ads') 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); -- cgit