Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove require_gcc implementation #2232

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Remove require_gcc implementation #2232

merged 1 commit into from
Aug 4, 2023

Conversation

mislav
Copy link
Member

@mislav mislav commented Aug 3, 2023

This was only used in Ruby versions < 1.9.3, which are now EOL.

This also removes a 11-years old workaround for building Ruby 2.0 with clang: 06d7994. I'm guessing that the workaround isn't necessary anymore with modern Rubies and compilers, and in hopefully rare cases when it is, users can supply RUBY_CFLAGS themselves.

This was only used in Ruby versions < 1.9.3, which are now EOL.

This also removes a 11-years old workaround for building Ruby 2.0 with clang.
06d7994
@mislav mislav merged commit 2dec28c into master Aug 4, 2023
6 checks passed
@mislav mislav deleted the clang-cleanup branch August 4, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants