From b0a6578c7f3185d4b903ec09de118411618a7e2d Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 25 Mar 2014 15:37:36 +0000 Subject: platform_tools/barelinux/bin/arm64_make script Motivation: an upcoming CL will change the Gyp variables. That CL can change this script and the deps roll bot will pick up those changes. NOTRY=true R=borenet@google.com, djsollen@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/211133002 git-svn-id: http://skia.googlecode.com/svn/trunk@13937 2bbb7eff-a529-9590-31e7-b0007b416f81 --- platform_tools/barelinux/bin/arm64_make | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100755 platform_tools/barelinux/bin/arm64_make (limited to 'platform_tools') diff --git a/platform_tools/barelinux/bin/arm64_make b/platform_tools/barelinux/bin/arm64_make new file mode 100755 index 0000000000..587181e927 --- /dev/null +++ b/platform_tools/barelinux/bin/arm64_make @@ -0,0 +1,57 @@ +#!/bin/sh + +# Copyright 2014 Google Inc. +# +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +usage() { + cat >&2 <&2; + usage || exit;; + esac +done + +export GYP_DEFINES="${GYP_DEFINES} \ + skia_gpu=0 \ + skia_arch_type=arm \ + skia_arch_width=64 \ + armv7=1 \ + armv8=1 \ + arm_neon=0 \ + arm_thumb=0 \ + " + +"$(dirname "$0")/barelinux_make" -t "$BUILD_TYPE" + -- cgit v1.2.3