Try to fix cross-compilation

Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions.

Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT.

Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
This commit is contained in:
Tor Lillqvist
2013-09-22 19:59:37 +03:00
parent b5fa3764c7
commit 4c63fd10a5
167 changed files with 249 additions and 233 deletions

View File

@ -9,7 +9,7 @@
$(eval $(call gb_ExternalPackage_ExternalPackage,python3,python3))
$(eval $(call gb_ExternalPackage_set_outdir,python3,$(gb_INSTROOT)))
$(eval $(call gb_ExternalPackage_set_outdir,python3,$(INSTROOT)))
$(eval $(call gb_ExternalPackage_use_external_project,python3,python3))