All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
To: fuego@lists.linuxfoundation.org
Subject: [Fuego] [PATCH 4/4] arm64: add toolchain script for arm64
Date: Tue, 18 Apr 2017 17:41:50 +0900	[thread overview]
Message-ID: <1492504910-15293-7-git-send-email-daniel.sangorrin@toshiba.co.jp> (raw)
In-Reply-To: <1492504910-15293-1-git-send-email-daniel.sangorrin@toshiba.co.jp>

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 fuego-ro/toolchains/aarch64-tools.sh | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 fuego-ro/toolchains/aarch64-tools.sh

diff --git a/fuego-ro/toolchains/aarch64-tools.sh b/fuego-ro/toolchains/aarch64-tools.sh
new file mode 100644
index 0000000..d1f6a0a
--- /dev/null
+++ b/fuego-ro/toolchains/aarch64-tools.sh
@@ -0,0 +1,21 @@
+# fuego toolchain script
+# this sets up the environment needed for fuego to use a toolchain
+# this includes the following variables:
+# CC, CXX, CPP, CXXCPP, CONFIGURE_FLAGS, AS, LD, ARCH
+# CROSS_COMPILE, PREFIX, HOST, SDKROOT
+# CFLAGS and LDFLAGS are optional
+#
+# this script should be sourced by ${FUEGO_RO}/toolchains/tools.sh
+
+SDKROOT=/
+
+# the Yocto project environment setup script changes PATH so that python uses
+# libs from sysroot, which is not what we want, so save the original path
+# and use it later
+ORIG_PATH=$PATH
+
+PREFIX=aarch64-linux-gnu
+export_tools
+
+# avoid could not find -lm errors
+LDFLAGS=
-- 
2.7.4



  parent reply	other threads:[~2017-04-18  8:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18  8:41 [Fuego] Add Functional.kernel_build test Daniel Sangorrin
2017-04-18  8:41 ` [Fuego] [PATCH 1/4] Dockerfile: add u-boot-tools for mkimage in the kernel build test Daniel Sangorrin
2017-04-25 23:45   ` Bird, Timothy
2017-04-18  8:41 ` [Fuego] [PATCH 1/2] functional: only call test_run when it exists Daniel Sangorrin
2017-04-18  8:41 ` [Fuego] [PATCH 2/4] Dockerfile: inject proxy variables into /etc/environment Daniel Sangorrin
2017-04-25 23:30   ` Bird, Timothy
2017-04-18  8:41 ` [Fuego] [PATCH 2/2] tests: add Functional.kernel_build test Daniel Sangorrin
2017-04-26  0:23   ` Bird, Timothy
2017-04-26  0:28     ` Daniel Sangorrin
2017-04-18  8:41 ` [Fuego] [PATCH 3/4] crosstool: allow installing different architectures Daniel Sangorrin
2017-04-25 23:45   ` Bird, Timothy
2017-04-25 23:49     ` Daniel Sangorrin
2017-04-18  8:41 ` Daniel Sangorrin [this message]
2017-04-26  0:11 ` [Fuego] Add Functional.kernel_build test Bird, Timothy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492504910-15293-7-git-send-email-daniel.sangorrin@toshiba.co.jp \
    --to=daniel.sangorrin@toshiba.co.jp \
    --cc=fuego@lists.linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.