Skip to content

Commit

Permalink
gcc-4.5.1: remove extra commands
Browse files Browse the repository at this point in the history
Remove post-install commands, which we don't need for this version to
avoid

    + rm -v 'lib64/*-gdb.py'
    rm: cannot remove 'lib64/*-gdb.py': No such file or directory
donald committed Apr 26, 2020
1 parent 8c0449b commit 21746cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gcc-4.5.1-0.build.sh
Original file line number Diff line number Diff line change
@@ -102,7 +102,4 @@ ln -sfv gcc bin/cc
install -v -dm755 lib/bfd-plugins
ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/$VERSION/liblto_plugin.so lib/bfd-plugins/

# and dump these ...
rm -v lib64/*-gdb.py

exit

0 comments on commit 21746cf

Please sign in to comment.