summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-06-19 17:31:49 -0700
committerShih-wei Liao <sliao@google.com>2011-06-19 17:31:49 -0700
commitbd7130ee31ca7eb72b4c4347b003ff9fdd5a58d7 (patch)
tree8d893c11a6e3c40f92bc486a6cbf85741e51ca06
parentc64e4d60f719240989d9dfe07d1bed577d0d7d00 (diff)
downloadlinkloader-bd7130ee31ca7eb72b4c4347b003ff9fdd5a58d7.tar.gz
Prologue.
Change-Id: Ibefb6c4bd25832470472b14e56d7b5c114d9d6de
-rwxr-xr-xtests/images/gen-test-elf.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/images/gen-test-elf.sh b/tests/images/gen-test-elf.sh
index 546e753..4f2f660 100755
--- a/tests/images/gen-test-elf.sh
+++ b/tests/images/gen-test-elf.sh
@@ -1,3 +1,19 @@
+#
+# 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.
+#
+
#!/bin/bash
clang -integrated-as -std=c89 -c test.c -o test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp