[gnome-build-meta/tristan/fdsdk-master] project.conf: Set --build along with --host for autotools projects
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/tristan/fdsdk-master] project.conf: Set --build along with --host for autotools projects
- Date: Wed, 12 Jun 2019 10:28:56 +0000 (UTC)
commit 8f6edb2b6ac01aa192189761a45c9708ab2d845c
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date: Wed Jun 12 19:27:40 2019 +0900
project.conf: Set --build along with --host for autotools projects
Sometimes we need to specify --build along with --host, while some
projects are able to cope with only --host set.
project.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/project.conf b/project.conf
index c25b6295..b304bd55 100644
--- a/project.conf
+++ b/project.conf
@@ -103,9 +103,9 @@ elements:
target: ''
(?):
- arch == "i686":
- target: --host=i686-unknown-linux-gnu
+ target: --host=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu
- arch == "arm":
- target: --host=arm-unknown-linux-gnueabi
+ target: --host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi
conf-global: --disable-static --disable-Werror %{target}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]