summaryrefslogtreecommitdiff
path: root/toolchain.mk
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2014-03-03 06:48:16 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2014-03-03 06:48:16 +0100
commitecb7bc13ca3bda92a325d608744d88a9b9dc1c46 (patch)
tree2b008a4c624d5f5ec260843270aca6b9195d1385 /toolchain.mk
downloadaarch64-linux-android-4.9-linaro-ecb7bc13ca3bda92a325d608744d88a9b9dc1c46.tar.gz
Import initial gcc 4.9 based aarch64 toolchain
This build is from https://android-build.linaro.org/builds/~bernhard.rosenkranzer/toolchain64-4.9-trunk/#build=1 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'toolchain.mk')
-rw-r--r--toolchain.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain.mk b/toolchain.mk
new file mode 100644
index 0000000..8bf81fb
--- /dev/null
+++ b/toolchain.mk
@@ -0,0 +1,17 @@
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH := $(call my-dir)
+
+include $(call all-makefiles-under, $(LOCAL_PATH))