mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Fix rwx .rodata in python.com on aarch64
This commit is contained in:
parent
4eebd6b9dc
commit
1353db7d3f
65 changed files with 65 additions and 65 deletions
|
@ -241,7 +241,7 @@ DEFAULT_LDFLAGS = \
|
|||
-nostdlib \
|
||||
--gc-sections \
|
||||
--build-id=none \
|
||||
--no-dynamic-linker --cref -Map=$@.map
|
||||
--no-dynamic-linker #--cref -Map=$@.map
|
||||
|
||||
ifeq ($(ARCH), aarch64)
|
||||
DEFAULT_LDFLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue