From 9b35e3880a5c0deaa554cd14cd9717719630e10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Aug 2015 10:44:54 +0200 Subject: Remove script for generating configuration Also folder measure_scripts renamed to ryuglab_scripts to signalize for what target are those scripts. --- ryuglab_scripts/30-compile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 ryuglab_scripts/30-compile (limited to 'ryuglab_scripts/30-compile') diff --git a/ryuglab_scripts/30-compile b/ryuglab_scripts/30-compile new file mode 100755 index 0000000..29da38a --- /dev/null +++ b/ryuglab_scripts/30-compile @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +cd ../linux + +export ARCH=powerpc +export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/powerpc-603e-linux-gnu- + +test -t 0 || CHRONIC=chronic + +$CHRONIC make -j$(nproc) uImage -- cgit v1.2.3