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

Use gcc-specific _compile method for triplet-gcc as well #160

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

karcherm
Copy link
Contributor

On debian bookworm, distutils invokes gcc as x86_64-linux-gnu-gcc, so allow command line elements ending in "-gcc" as well as command line elements being exactly "gcc". Without this change, -std=c99 doesn't get added to the compile command line. Surprisingly, it still compiles with gcc 12, though.

karcherm and others added 2 commits June 12, 2024 23:33
On debian bookworm, distutils invokes gcc as x86_64-linux-gnu-gcc, so allow
command line elements ending in "-gcc" as well as command line elements being
exactly "gcc".
@fgregg fgregg merged commit c0a5f95 into scrapinghub:master Sep 30, 2024
20 checks passed
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