bpo-45886: Allow overriding freeze command for cross compiling (GH-29735) by tiran · Pull Request #29735 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

```
../../configure -C --host=aarch64-linux-gnu-gcc --build=x86_64-pc-linux-gnu
make FREEZE_MODULE=../x86_64/Program/_freeze_module
```

Signed-off-by: Christian Heimes <christian@python.org>

gvanrossum

@tiran tiran changed the title bpo-45886: Allow overriding freeze command for cross compiling bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)

Nov 24, 2021

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021

@tiran tiran mentioned this pull request

May 9, 2022