mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-lang/python: Fix cross-compiling for 3.5
Package-Manager: portage-2.2.20_p169_p6532
This commit is contained in:
19
dev-lang/python/files/3.5-secondary-targets.patch
Normal file
19
dev-lang/python/files/3.5-secondary-targets.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
Mark all targets as "secondary"
|
||||
|
||||
This allows make to avoid rebuilding unnecessary intermediate files, which
|
||||
is useful when cross-compiling.
|
||||
|
||||
See Parser/pgen and Programs/_freeze_importlib in Makefile.pre.in.
|
||||
|
||||
diff --git a/Makefile.pre.in b/Makefile.pre.in
|
||||
--- a/Makefile.pre.in
|
||||
+++ b/Makefile.pre.in
|
||||
@@ -1672,6 +1672,8 @@
|
||||
.PHONY: smelly funny patchcheck touch altmaninstall commoninstall
|
||||
.PHONY: gdbhooks
|
||||
|
||||
+.SECONDARY:
|
||||
+
|
||||
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
||||
# Local Variables:
|
||||
# mode: makefile
|
||||
Reference in New Issue
Block a user