lattice-diamond: Make ELF binaries in synpbase usable

This commit is contained in:
Jonathan Neuschäfer 2023-02-17 19:12:46 +01:00 committed by Bjørn Forsman
parent 9b5469bd50
commit 4df32ef3b7

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation {
done
# Patch executable ELFs.
for path in bin/lin64 ispfpga/bin/lin64; do
for path in bin/lin64 ispfpga/bin/lin64 synpbase/linux_a_64 synpbase/linux_a_64/mbin; do
cd $out/$prefix/$path
for f in *; do
if ! file $f | grep -q "ELF 64-bit LSB executable" ; then