lattice-diamond: Make ELF binaries in synpbase usable
This commit is contained in:
committed by
Bjørn Forsman
parent
9b5469bd50
commit
4df32ef3b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user