summaryrefslogtreecommitdiffstats
path: root/Usb-Driver/crosscompile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Usb-Driver/crosscompile.sh')
-rwxr-xr-xUsb-Driver/crosscompile.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/Usb-Driver/crosscompile.sh b/Usb-Driver/crosscompile.sh
deleted file mode 100755
index 3dddf85..0000000
--- a/Usb-Driver/crosscompile.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-export CROSS_COMPILE=$AGL_TOP/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-
-export ARCH=arm
-export CC=${CROSS_COMPILE}gcc
-export KDIR=$AGL_TOP/build/tmp/work/porter-poky-linux-gnueabi/linux-renesas/3.10+gitb8ca8c397343f4233f9f68fc3a5bf8e1c9b88251-r0/git
-export CXX_FLAGS=""
-export BOOST_ROOT="$AGL_TOP/build/tmp/work/cortexa15hf-vfp-neon-poky-linux-gnueabi/boost/1.56.0-r0"
-export LIBRARY_PATH=""
-export CPATH=""
-export INCLUDE_PATH=""
-export LIBRARIES_FLAGS=""
-
-