From d9735fc81434f2af2c44d86ca57740c673c8d9bc Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Thu, 22 Aug 2013 22:10:54 -0700 Subject: [linux-x86] ARM toolchain refresh GCC: 4.8.1 Binutils: 2.23 GDB: 7.6 BUG: 10428168 Change-Id: I5d90e81533e15cefe0d6cce9db26d4ffb2981d15 --- toolchain.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 toolchain.mk (limited to 'toolchain.mk') diff --git a/toolchain.mk b/toolchain.mk new file mode 100644 index 0000000..e0bba43 --- /dev/null +++ b/toolchain.mk @@ -0,0 +1,17 @@ +# Copyright (C) 2012 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)) -- cgit v1.2.3