gcc: don't rename libiberty.h
This header is installed into a versioned location already, and despite the comment we were not installing libiberty.a to begin with. Closes Homebrew/homebrew#33173.
This commit is contained in:
parent
0aa7594b1b
commit
bbec8e69f3
1 changed files with 0 additions and 2 deletions
|
@ -158,8 +158,6 @@ class Gcc < Formula
|
|||
# Handle conflicts between GCC formulae and avoid interfering
|
||||
# with system compilers.
|
||||
# Since GCC 4.8 libffi stuff are no longer shipped.
|
||||
# Rename libiberty.a.
|
||||
Dir.glob(prefix/"**/libiberty.*") { |file| add_suffix file, version_suffix }
|
||||
# Rename man7.
|
||||
Dir.glob(man7/"*.7") { |file| add_suffix file, version_suffix }
|
||||
# Even when suffixes are appended, the info pages conflict when
|
||||
|
|
Loading…
Reference in a new issue