Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (GH-131866)#131950

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:3.13frommiss-islington:backport-0cd4bef-3.13
Mar 31, 2025

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMar 31, 2025
edited by bedevere-appbot
Loading

When using --with-dtrace the resulting object file could be missing
specific CFLAGS exported by the build system due to the systemtap
script using specific defaults.

Exporting the CC and CFLAGS variables before the dtrace invocation
allows us to properly apply CFLAGS exported by the build system
even when cross-compiling.

The fix does not affect the dtrace invocation on Solaris/macOS.
(cherry picked from commit0cd4bef)

Co-authored-by: stratakiscstratak@redhat.com

…builds (pythonGH-131866)When using --with-dtrace the resulting object file could be missingspecific CFLAGS exported by the build system due to the systemtapscript using specific defaults.Exporting the CC and CFLAGS variables before the dtrace invocationallows us to properly apply CFLAGS exported by the build systemeven when cross-compiling.The fix does not affect the dtrace invocation on Solaris/macOS.(cherry picked from commit0cd4bef)Co-authored-by: stratakis <cstratak@redhat.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@vstinner@stratakis

[8]ページ先頭

©2009-2025 Movatter.jp