diff options
author | stratakis <cstratak@redhat.com> | 2025-03-31 17:53:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 17:53:49 (GMT) |
commit | 0cd4befb02df07c0b320cd6246227c13e57b2efb (patch) | |
tree | 7ac0363b70efdd1d535fbe27519103a853f717ae /Python/bytecodes.c | |
parent | 51e0f2b06c042b8742145ce094323a34b61f02aa (diff) | |
download | cpython-0cd4befb02df07c0b320cd6246227c13e57b2efb.zip cpython-0cd4befb02df07c0b320cd6246227c13e57b2efb.tar.gz cpython-0cd4befb02df07c0b320cd6246227c13e57b2efb.tar.bz2 |
gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866)
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.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions