Skip to content

Commit

Permalink
gcc: Add comment to remove /usr/share/info/dir
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann committed Jan 27, 2024
1 parent d626330 commit 6b8772a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions g/gcc/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ install : |
%install_dir %(installroot)/%(datadir)/gdb/auto-load/%(libdir)32
mv %(installroot)/%(libdir)/libstdc++.so.*-gdb.py %(installroot)/%(datadir)/gdb/auto-load/%(libdir)/.
mv %(installroot)/%(libdir)32/libstdc++.so.*-gdb.py %(installroot)/%(datadir)/gdb/auto-load/%(libdir)32/.
# TODO: Remove /usr/share/info/dir, don't want to rebuild gcc now
# rm -rf %(installroot)/usr/share/info/dir
toolchain : gnu
tuning :
- fortify: false
Expand Down

0 comments on commit 6b8772a

Please sign in to comment.