From 48c6d0ca4c82a190683380e45821159636080e51 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 19 Dec 2004 05:04:19 +0000 Subject: simplified make system updated make system svn path=/trunk/; revision=2412 --- externals/grill/flext/build/build-gcc.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 externals/grill/flext/build/build-gcc.sh (limited to 'externals/grill/flext/build/build-gcc.sh') diff --git a/externals/grill/flext/build/build-gcc.sh b/externals/grill/flext/build/build-gcc.sh new file mode 100644 index 00000000..3fffd918 --- /dev/null +++ b/externals/grill/flext/build/build-gcc.sh @@ -0,0 +1,3 @@ +build=${0%/*}/ + +make -f ${build}gnumake.mak PLATFORM=$1 RTSYS=$2 COMPILER=gcc BUILDPATH=${build} $3 $4 $5 $6 $7 $8 $9 -- cgit v1.2.1