summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-11 18:03:33 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-11 18:03:33 +0100
commitb267a7ac70d36b1da5a8b3f8a9bd3342a91744d3 (patch)
tree26818c26259e917b3fef027921988b17eb27c6ea
parentff8e5faf08adc901727bd5fd12c307e4ae45f62f (diff)
Remove hard coded CROSS_COMPILE assignment
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--build_armserver_arm-tf.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_armserver_arm-tf.sh b/build_armserver_arm-tf.sh
index 81c544b..077d54a 100644
--- a/build_armserver_arm-tf.sh
+++ b/build_armserver_arm-tf.sh
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-export CROSS_COMPILE=/opt/maverick/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
-
ARM_TF_PLATS="ashbrook_5"
ARM_TF_DEBUG_ENABLED=1
PARALLELISM=4