From c800bc8c82710757d347d1a1b5cf3359d3f71433 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Fri, 15 Jan 2021 20:19:25 +0200 Subject: Add PRU cross tool target Add sample configuration for building cross toolchain for the TI PRU. PRU cores are present in many of the BeagleBone single board computers. More information about the PRU can be found in https://bbb.io/pru Signed-off-by: Dimitar Dimitrov --- scripts/build/arch/pru.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/build/arch/pru.sh (limited to 'scripts/build') diff --git a/scripts/build/arch/pru.sh b/scripts/build/arch/pru.sh new file mode 100644 index 00000000..c4d61ceb --- /dev/null +++ b/scripts/build/arch/pru.sh @@ -0,0 +1,5 @@ +# Compute PRU-specific values + +CT_DoArchTupleValues() { + CT_TARGET_ARCH="${CT_ARCH}" +} -- cgit v1.2.3