summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJocelyn Bohr <bohr@google.com>2017-07-21 13:57:35 -0700
committerJocelyn Bohr <bohr@google.com>2017-07-21 13:59:46 -0700
commitaa85abf4e5324a22282b897796429ab8ce617bb5 (patch)
tree4fb46c2deb07b6509ae7114baa32252c2a8f4e8b /project
parent86e053191c6a3823dd4ca83203e98842d417947a (diff)
downloadimx7d-aa85abf4e5324a22282b897796429ab8ce617bb5.tar.gz
Fix toolchain prefix
Previous toolchain location could not find c++file and size. Test: builds Change-Id: I8722e535507412e3b5d9435728b2b8ce4474f584
Diffstat (limited to 'project')
-rw-r--r--project/imx7d-inc.mk2
-rw-r--r--project/imx7d.mk2
-rw-r--r--project/pico7d.mk2
-rw-r--r--project/sdb7d.mk2
4 files changed, 2 insertions, 6 deletions
diff --git a/project/imx7d-inc.mk b/project/imx7d-inc.mk
index 08764b3..2cf6f7f 100644
--- a/project/imx7d-inc.mk
+++ b/project/imx7d-inc.mk
@@ -13,6 +13,8 @@
# limitations under the License.
#
+export ARCH_arm_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
+
LOCAL_DIR := $(GET_LOCAL_DIR)
DEBUG ?= 2
diff --git a/project/imx7d.mk b/project/imx7d.mk
index a48228e..799b148 100644
--- a/project/imx7d.mk
+++ b/project/imx7d.mk
@@ -13,8 +13,6 @@
# limitations under the License.
#
-export ARCH_arm_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/arm-eabi/bin/
-
KERNEL_32BIT := true
MEMSIZE ?= 0x2000000
diff --git a/project/pico7d.mk b/project/pico7d.mk
index a48228e..799b148 100644
--- a/project/pico7d.mk
+++ b/project/pico7d.mk
@@ -13,8 +13,6 @@
# limitations under the License.
#
-export ARCH_arm_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/arm-eabi/bin/
-
KERNEL_32BIT := true
MEMSIZE ?= 0x2000000
diff --git a/project/sdb7d.mk b/project/sdb7d.mk
index 6251c10..0c294e9 100644
--- a/project/sdb7d.mk
+++ b/project/sdb7d.mk
@@ -13,8 +13,6 @@
# limitations under the License.
#
-export ARCH_arm_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/arm-eabi/bin/
-
KERNEL_32BIT := true
MEMSIZE ?= 0x2000000