[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Sun Jul 17 12:52:26 BST 2022
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=890
--- Comment #16 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
if you can do some research to find out how to override this
https://git.libre-soc.org/?p=tas-yagle.git;a=blob;f=build.sh;hb=HEAD
  47 # 'Install'
  48 mkdir -p install
  49 installDir="`pwd`/install"
then modify the script:
  20 
  21 ./build.sh
  22 
to:
  21 installDir="/usr/local" ./build.sh
then the irritating-ness of having to add to $PATH goes away.
it looks like everything's statically-built (otherwise there would
be a corresponding ${installDir}/lib copied over
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list