From 4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 16:06:16 +0200 Subject: Set configuration back do default and add overlap Configuration is set back as it was before previous merge on branch master. Configurations for targets can be specified by overlapping configuration options with external config. --- ryuglab_scripts/30-compile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 ryuglab_scripts/30-compile (limited to 'ryuglab_scripts/30-compile') diff --git a/ryuglab_scripts/30-compile b/ryuglab_scripts/30-compile deleted file mode 100755 index 29da38a..0000000 --- a/ryuglab_scripts/30-compile +++ /dev/null @@ -1,12 +0,0 @@ -#!/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