| |
| |
| |
| |
| @@ -1,13 +0,0 @@ |
| - |
| -#include <stdlib.h> |
| -#include <inttypes.h> |
| - |
| -int main() |
| -{ |
| - uint32_t a = 7, b = 3, c, r; |
| - |
| - c = a / b; |
| - r = a % b; |
| - |
| - return( 0 ); |
| -} |
| |
| |
| |
| |
| @@ -1,20 +0,0 @@ |
| -#!/bin/bash |
| - |
| -. ./.config |
| - |
| -export PATH=$TOOLCHAIN_PATH/bin:$PATH |
| - |
| -DEBUG_FLAGS="-gdwarf-2" |
| -ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=ilp32 -mlittle-endian" |
| - |
| -$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c |
| -$TARGET-gcc $DEBUG_FLAGS $ARCH_FLAGS -o main main.o -lc -lm -lnosys -lrdimon |
| - |
| -$TARGET-objdump -x main > main.map |
| - |
| -$TARGET-strip main -o main.elf |
| - |
| -$TARGET-objcopy -O srec main.elf main.srec |
| -$TARGET-objcopy -O ihex main.elf main.hex |
| -$TARGET-objdump -S -d main.o > main.asm |
| -$TARGET-objdump -S -d main > full.program.asm |
| |
| Property changes on: 1.9.4/H5-TEST-ilp32/build.sh |
| ___________________________________________________________________ |
| Deleted: svn:executable |
| ## -1 +0,0 ## |
| -* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -1,22 +0,0 @@ |
| -#!/bin/bash |
| - |
| -################################################################# |
| -# |
| -# default common variables: |
| -# |
| -if test -z "$HOST"; then |
| - export HOST=x86_64-pc-linux-gnu |
| -fi |
| - |
| -if test -z "$TARGET"; then |
| - export TARGET=aarch64-h5-elf |
| -fi |
| - |
| -if test -z "$TOOLCHAIN_PATH"; then |
| - export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.4 |
| -fi |
| - |
| -# |
| -# END of default common variables. |
| -# |
| -################################################################# |
| |
| |
| |
| |
| @@ -1,10 +0,0 @@ |
| -#!/bin/bash |
| - |
| -rm -f full.program.asm |
| -rm -f main |
| -rm -f main.asm |
| -rm -f main.elf |
| -rm -f main.hex |
| -rm -f main.map |
| -rm -f main.o |
| -rm -f main.srec |
| |
| Property changes on: 1.9.4/H5-TEST-ilp32/clean.sh |
| ___________________________________________________________________ |
| Deleted: svn:executable |
| ## -1 +0,0 ## |
| -* |
| \ No newline at end of property |
| |
| |
| |
| |
| |
| Property changes on: 1.9.4/H5-TEST-ilp32 |
| ___________________________________________________________________ |
| Deleted: svn:ignore |
| ## -1,80 +0,0 ## |
| - |
| -# Target build dirs |
| -.noarch |
| -.host |
| - |
| -.arm32-newlib |
| -.a33xx-newlib |
| -.a9xx-newlib |
| -.h5-newlib |
| -.s9xx-newlib |
| -.rk33xx-newlib |
| -.m1000-newlib |
| -.riscv64-newlib |
| -.at91sam7s-newlib |
| - |
| -.a1x-glibc |
| -.a2x-glibc |
| -.a311x-glibc |
| -.h3-glibc |
| -.h5-glibc |
| -.imx6-glibc |
| -.imx6ull-glibc |
| -.jz47xx-glibc |
| -.p5600-glibc |
| -.m1000-glibc |
| -.omap543x-glibc |
| -.am335x-glibc |
| -.rk328x-glibc |
| -.s8xx-glibc |
| -.s9xx-glibc |
| -.a9xx-glibc |
| -.rk33xx-glibc |
| -.rk339x-glibc |
| -.a33xx-glibc |
| -.power8-glibc |
| -.power9-glibc |
| -.power8le-glibc |
| -.power9le-glibc |
| -.riscv64-glibc |
| -.i586-glibc |
| -.i686-glibc |
| -.x86_64-glibc |
| - |
| -# Hidden files (each file) |
| -.makefile |
| -.src_requires |
| -.src_requires_depend |
| -.dist |
| - |
| -# Destinations |
| -dist |
| - |
| - |
| -# Tarballs |
| -*.gz |
| -*.bz2 |
| -*.xz |
| -*.tgz |
| -*.txz |
| - |
| -# Signatures |
| -*.asc |
| -*.sig |
| -*.sign |
| -*.sha1sum |
| - |
| -# Patches |
| -*.patch |
| - |
| -# Text files |
| -*.txt |
| - |
| -# Default linux config files |
| -*.defconfig |
| - |
| -# Object Files |
| -*.[ao] |
| - |
| -# backup copies |
| -*~ |
| |
| |
| |
| |
| @@ -1,13 +0,0 @@ |
| - |
| -#include <stdlib.h> |
| -#include <inttypes.h> |
| - |
| -int main() |
| -{ |
| - uint32_t a = 7, b = 3, c, r; |
| - |
| - c = a / b; |
| - r = a % b; |
| - |
| - return( 0 ); |
| -} |
| |
| |
| |
| |
| @@ -1,20 +0,0 @@ |
| -#!/bin/bash |
| - |
| -. ./.config |
| - |
| -export PATH=$TOOLCHAIN_PATH/bin:$PATH |
| - |
| -DEBUG_FLAGS="-gdwarf-2" |
| -ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64 -mlittle-endian" |
| - |
| -$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c |
| -$TARGET-gcc $DEBUG_FLAGS $ARCH_FLAGS -o main main.o -lc -lm -lnosys -lrdimon |
| - |
| -$TARGET-objdump -x main > main.map |
| - |
| -$TARGET-strip main -o main.elf |
| - |
| -$TARGET-objcopy -O srec main.elf main.srec |
| -$TARGET-objcopy -O ihex main.elf main.hex |
| -$TARGET-objdump -S -d main.o > main.asm |
| -$TARGET-objdump -S -d main > full.program.asm |
| |
| Property changes on: 1.9.4/H5-TEST-lp64/build.sh |
| ___________________________________________________________________ |
| Deleted: svn:executable |
| ## -1 +0,0 ## |
| -* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -1,22 +0,0 @@ |
| -#!/bin/bash |
| - |
| -################################################################# |
| -# |
| -# default common variables: |
| -# |
| -if test -z "$HOST"; then |
| - export HOST=x86_64-pc-linux-gnu |
| -fi |
| - |
| -if test -z "$TARGET"; then |
| - export TARGET=aarch64-h5-elf |
| -fi |
| - |
| -if test -z "$TOOLCHAIN_PATH"; then |
| - export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.4 |
| -fi |
| - |
| -# |
| -# END of default common variables. |
| -# |
| -################################################################# |
| |
| |
| |
| |
| @@ -1,10 +0,0 @@ |
| -#!/bin/bash |
| - |
| -rm -f full.program.asm |
| -rm -f main |
| -rm -f main.asm |
| -rm -f main.elf |
| -rm -f main.hex |
| -rm -f main.map |
| -rm -f main.o |
| -rm -f main.srec |
| |
| Property changes on: 1.9.4/H5-TEST-lp64/clean.sh |
| ___________________________________________________________________ |
| Deleted: svn:executable |
| ## -1 +0,0 ## |
| -* |
| \ No newline at end of property |
| |
| |
| |
| |
| |
| Property changes on: 1.9.4/H5-TEST-lp64 |
| ___________________________________________________________________ |
| Deleted: svn:ignore |
| ## -1,80 +0,0 ## |
| - |
| -# Target build dirs |
| -.noarch |
| -.host |
| - |
| -.arm32-newlib |
| -.a33xx-newlib |
| -.a9xx-newlib |
| -.h5-newlib |
| -.s9xx-newlib |
| -.rk33xx-newlib |
| -.m1000-newlib |
| -.riscv64-newlib |
| -.at91sam7s-newlib |
| - |
| -.a1x-glibc |
| -.a2x-glibc |
| -.a311x-glibc |
| -.h3-glibc |
| -.h5-glibc |
| -.imx6-glibc |
| -.imx6ull-glibc |
| -.jz47xx-glibc |
| -.p5600-glibc |
| -.m1000-glibc |
| -.omap543x-glibc |
| -.am335x-glibc |
| -.rk328x-glibc |
| -.s8xx-glibc |
| -.s9xx-glibc |
| -.a9xx-glibc |
| -.rk33xx-glibc |
| -.rk339x-glibc |
| -.a33xx-glibc |
| -.power8-glibc |
| -.power9-glibc |
| -.power8le-glibc |
| -.power9le-glibc |
| -.riscv64-glibc |
| -.i586-glibc |
| -.i686-glibc |
| -.x86_64-glibc |
| - |
| -# Hidden files (each file) |
| -.makefile |
| -.src_requires |
| -.src_requires_depend |
| -.dist |
| - |
| -# Destinations |
| -dist |
| - |
| - |
| -# Tarballs |
| -*.gz |
| -*.bz2 |
| -*.xz |
| -*.tgz |
| -*.txz |
| - |
| -# Signatures |
| -*.asc |
| -*.sig |
| -*.sign |
| -*.sha1sum |
| - |
| -# Patches |
| -*.patch |
| - |
| -# Text files |
| -*.txt |
| - |
| -# Default linux config files |
| -*.defconfig |
| - |
| -# Object Files |
| -*.[ao] |
| - |
| -# backup copies |
| -*~ |
| |
| |
| |
| |
| @@ -1,34 +0,0 @@ |
| - |
| - |
| -COMPONENT_TARGETS = $(TOOLCHAIN_H5_NEWLIB) |
| - |
| -export TOOLCHAIN_VERSION = 1.9.4 |
| - |
| -include ../../../build-system/config.mk |
| - |
| -REQUIRES = core/gcc/12.2.0^full |
| -REQUIRES += core/gdb/13.2 |
| - |
| -# ======= __END_OF_REQUIRES__ ======= |
| - |
| -tarball_name = $(TOOLCHAIN_DIR)-$(TOOLCHAIN_VERSION).tar.xz |
| -tarball = $(TARGET_BUILD_DIR)/$(tarball_name) |
| - |
| -tarball_target = $(TARGET_BUILD_DIR)/.tarball-created |
| - |
| -BUILD_TARGETS = $(tarball_target) |
| - |
| -PRODUCT_TARGETS = $(tarball) |
| - |
| -include ../../../build-system/core.mk |
| - |
| - |
| -$(tarball): $(tarball_target) |
| - |
| -$(tarball_target): |
| - @echo "" |
| - @echo "Creating $(tarball_name) tarball..." |
| - @cd $(TOOLCHAINS_BASE_PATH) ; \ |
| - tar -cf - $(TOOLCHAIN_DIR)/$(TOOLCHAIN_VERSION) | xz --threads=0 > $(tarball_name) |
| - @mv $(TOOLCHAINS_BASE_PATH)/$(tarball_name) $(TARGET_BUILD_DIR) |
| - @touch $@ |
| |
| |
| |
| |
| |
| Property changes on: 1.9.4 |
| ___________________________________________________________________ |
| Deleted: svn:ignore |
| ## -1,80 +0,0 ## |
| - |
| -# Target build dirs |
| -.noarch |
| -.host |
| - |
| -.arm32-newlib |
| -.a33xx-newlib |
| -.a9xx-newlib |
| -.h5-newlib |
| -.s9xx-newlib |
| -.rk33xx-newlib |
| -.m1000-newlib |
| -.riscv64-newlib |
| -.at91sam7s-newlib |
| - |
| -.a1x-glibc |
| -.a2x-glibc |
| -.a311x-glibc |
| -.h3-glibc |
| -.h5-glibc |
| -.imx6-glibc |
| -.imx6ull-glibc |
| -.jz47xx-glibc |
| -.p5600-glibc |
| -.m1000-glibc |
| -.omap543x-glibc |
| -.am335x-glibc |
| -.rk328x-glibc |
| -.s8xx-glibc |
| -.s9xx-glibc |
| -.a9xx-glibc |
| -.rk33xx-glibc |
| -.rk339x-glibc |
| -.a33xx-glibc |
| -.power8-glibc |
| -.power9-glibc |
| -.power8le-glibc |
| -.power9le-glibc |
| -.riscv64-glibc |
| -.i586-glibc |
| -.i686-glibc |
| -.x86_64-glibc |
| - |
| -# Hidden files (each file) |
| -.makefile |
| -.src_requires |
| -.src_requires_depend |
| -.dist |
| - |
| -# Destinations |
| -dist |
| - |
| - |
| -# Tarballs |
| -*.gz |
| -*.bz2 |
| -*.xz |
| -*.tgz |
| -*.txz |
| - |
| -# Signatures |
| -*.asc |
| -*.sig |
| -*.sign |
| -*.sha1sum |
| - |
| -# Patches |
| -*.patch |
| - |
| -# Text files |
| -*.txt |
| - |
| -# Default linux config files |
| -*.defconfig |
| - |
| -# Object Files |
| -*.[ao] |
| - |
| -# backup copies |
| -*~ |
| |
| |
| |
| |
| @@ -0,0 +1,22 @@ |
| +#!/bin/bash |
| + |
| +################################################################# |
| +# |
| +# default common variables: |
| +# |
| +if test -z "$HOST"; then |
| + export HOST=x86_64-pc-linux-gnu |
| +fi |
| + |
| +if test -z "$TARGET"; then |
| + export TARGET=aarch64-h5-elf |
| +fi |
| + |
| +if test -z "$TOOLCHAIN_PATH"; then |
| + export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.5 |
| +fi |
| + |
| +# |
| +# END of default common variables. |
| +# |
| +################################################################# |
| |
| |
| |
| |
| @@ -0,0 +1,20 @@ |
| +#!/bin/bash |
| + |
| +. ./.config |
| + |
| +export PATH=$TOOLCHAIN_PATH/bin:$PATH |
| + |
| +DEBUG_FLAGS="-gdwarf-2" |
| +ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=ilp32 -mlittle-endian" |
| + |
| +$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c |
| +$TARGET-gcc $DEBUG_FLAGS $ARCH_FLAGS -o main main.o -lc -lm -lnosys -lrdimon |
| + |
| +$TARGET-objdump -x main > main.map |
| + |
| +$TARGET-strip main -o main.elf |
| + |
| +$TARGET-objcopy -O srec main.elf main.srec |
| +$TARGET-objcopy -O ihex main.elf main.hex |
| +$TARGET-objdump -S -d main.o > main.asm |
| +$TARGET-objdump -S -d main > full.program.asm |
| |
| Property changes on: 1.9.5/H5-TEST-ilp32/build.sh |
| ___________________________________________________________________ |
| Added: svn:executable |
| ## -0,0 +1 ## |
| +* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -0,0 +1,10 @@ |
| +#!/bin/bash |
| + |
| +rm -f full.program.asm |
| +rm -f main |
| +rm -f main.asm |
| +rm -f main.elf |
| +rm -f main.hex |
| +rm -f main.map |
| +rm -f main.o |
| +rm -f main.srec |
| |
| Property changes on: 1.9.5/H5-TEST-ilp32/clean.sh |
| ___________________________________________________________________ |
| Added: svn:executable |
| ## -0,0 +1 ## |
| +* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -0,0 +1,13 @@ |
| + |
| +#include <stdlib.h> |
| +#include <inttypes.h> |
| + |
| +int main() |
| +{ |
| + uint32_t a = 7, b = 3, c, r; |
| + |
| + c = a / b; |
| + r = a % b; |
| + |
| + return( 0 ); |
| +} |
| |
| |
| |
| |
| |
| Property changes on: 1.9.5/H5-TEST-ilp32 |
| ___________________________________________________________________ |
| Added: svn:ignore |
| ## -0,0 +1,80 ## |
| + |
| +# Target build dirs |
| +.noarch |
| +.host |
| + |
| +.arm32-newlib |
| +.a33xx-newlib |
| +.a9xx-newlib |
| +.h5-newlib |
| +.s9xx-newlib |
| +.rk33xx-newlib |
| +.m1000-newlib |
| +.riscv64-newlib |
| +.at91sam7s-newlib |
| + |
| +.a1x-glibc |
| +.a2x-glibc |
| +.a311x-glibc |
| +.h3-glibc |
| +.h5-glibc |
| +.imx6-glibc |
| +.imx6ull-glibc |
| +.jz47xx-glibc |
| +.p5600-glibc |
| +.m1000-glibc |
| +.omap543x-glibc |
| +.am335x-glibc |
| +.rk328x-glibc |
| +.s8xx-glibc |
| +.s9xx-glibc |
| +.a9xx-glibc |
| +.rk33xx-glibc |
| +.rk339x-glibc |
| +.a33xx-glibc |
| +.power8-glibc |
| +.power9-glibc |
| +.power8le-glibc |
| +.power9le-glibc |
| +.riscv64-glibc |
| +.i586-glibc |
| +.i686-glibc |
| +.x86_64-glibc |
| + |
| +# Hidden files (each file) |
| +.makefile |
| +.src_requires |
| +.src_requires_depend |
| +.dist |
| + |
| +# Destinations |
| +dist |
| + |
| + |
| +# Tarballs |
| +*.gz |
| +*.bz2 |
| +*.xz |
| +*.tgz |
| +*.txz |
| + |
| +# Signatures |
| +*.asc |
| +*.sig |
| +*.sign |
| +*.sha1sum |
| + |
| +# Patches |
| +*.patch |
| + |
| +# Text files |
| +*.txt |
| + |
| +# Default linux config files |
| +*.defconfig |
| + |
| +# Object Files |
| +*.[ao] |
| + |
| +# backup copies |
| +*~ |
| |
| |
| |
| |
| @@ -0,0 +1,22 @@ |
| +#!/bin/bash |
| + |
| +################################################################# |
| +# |
| +# default common variables: |
| +# |
| +if test -z "$HOST"; then |
| + export HOST=x86_64-pc-linux-gnu |
| +fi |
| + |
| +if test -z "$TARGET"; then |
| + export TARGET=aarch64-h5-elf |
| +fi |
| + |
| +if test -z "$TOOLCHAIN_PATH"; then |
| + export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-elf-newlib/1.9.5 |
| +fi |
| + |
| +# |
| +# END of default common variables. |
| +# |
| +################################################################# |
| |
| |
| |
| |
| @@ -0,0 +1,20 @@ |
| +#!/bin/bash |
| + |
| +. ./.config |
| + |
| +export PATH=$TOOLCHAIN_PATH/bin:$PATH |
| + |
| +DEBUG_FLAGS="-gdwarf-2" |
| +ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64 -mlittle-endian" |
| + |
| +$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c |
| +$TARGET-gcc $DEBUG_FLAGS $ARCH_FLAGS -o main main.o -lc -lm -lnosys -lrdimon |
| + |
| +$TARGET-objdump -x main > main.map |
| + |
| +$TARGET-strip main -o main.elf |
| + |
| +$TARGET-objcopy -O srec main.elf main.srec |
| +$TARGET-objcopy -O ihex main.elf main.hex |
| +$TARGET-objdump -S -d main.o > main.asm |
| +$TARGET-objdump -S -d main > full.program.asm |
| |
| Property changes on: 1.9.5/H5-TEST-lp64/build.sh |
| ___________________________________________________________________ |
| Added: svn:executable |
| ## -0,0 +1 ## |
| +* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -0,0 +1,10 @@ |
| +#!/bin/bash |
| + |
| +rm -f full.program.asm |
| +rm -f main |
| +rm -f main.asm |
| +rm -f main.elf |
| +rm -f main.hex |
| +rm -f main.map |
| +rm -f main.o |
| +rm -f main.srec |
| |
| Property changes on: 1.9.5/H5-TEST-lp64/clean.sh |
| ___________________________________________________________________ |
| Added: svn:executable |
| ## -0,0 +1 ## |
| +* |
| \ No newline at end of property |
| |
| |
| |
| |
| @@ -0,0 +1,13 @@ |
| + |
| +#include <stdlib.h> |
| +#include <inttypes.h> |
| + |
| +int main() |
| +{ |
| + uint32_t a = 7, b = 3, c, r; |
| + |
| + c = a / b; |
| + r = a % b; |
| + |
| + return( 0 ); |
| +} |
| |
| |
| |
| |
| |
| Property changes on: 1.9.5/H5-TEST-lp64 |
| ___________________________________________________________________ |
| Added: svn:ignore |
| ## -0,0 +1,80 ## |
| + |
| +# Target build dirs |
| +.noarch |
| +.host |
| + |
| +.arm32-newlib |
| +.a33xx-newlib |
| +.a9xx-newlib |
| +.h5-newlib |
| +.s9xx-newlib |
| +.rk33xx-newlib |
| +.m1000-newlib |
| +.riscv64-newlib |
| +.at91sam7s-newlib |
| + |
| +.a1x-glibc |
| +.a2x-glibc |
| +.a311x-glibc |
| +.h3-glibc |
| +.h5-glibc |
| +.imx6-glibc |
| +.imx6ull-glibc |
| +.jz47xx-glibc |
| +.p5600-glibc |
| +.m1000-glibc |
| +.omap543x-glibc |
| +.am335x-glibc |
| +.rk328x-glibc |
| +.s8xx-glibc |
| +.s9xx-glibc |
| +.a9xx-glibc |
| +.rk33xx-glibc |
| +.rk339x-glibc |
| +.a33xx-glibc |
| +.power8-glibc |
| +.power9-glibc |
| +.power8le-glibc |
| +.power9le-glibc |
| +.riscv64-glibc |
| +.i586-glibc |
| +.i686-glibc |
| +.x86_64-glibc |
| + |
| +# Hidden files (each file) |
| +.makefile |
| +.src_requires |
| +.src_requires_depend |
| +.dist |
| + |
| +# Destinations |
| +dist |
| + |
| + |
| +# Tarballs |
| +*.gz |
| +*.bz2 |
| +*.xz |
| +*.tgz |
| +*.txz |
| + |
| +# Signatures |
| +*.asc |
| +*.sig |
| +*.sign |
| +*.sha1sum |
| + |
| +# Patches |
| +*.patch |
| + |
| +# Text files |
| +*.txt |
| + |
| +# Default linux config files |
| +*.defconfig |
| + |
| +# Object Files |
| +*.[ao] |
| + |
| +# backup copies |
| +*~ |
| |
| |
| |
| |
| @@ -0,0 +1,34 @@ |
| + |
| + |
| +COMPONENT_TARGETS = $(TOOLCHAIN_H5_NEWLIB) |
| + |
| +export TOOLCHAIN_VERSION = 1.9.5 |
| + |
| +include ../../../build-system/config.mk |
| + |
| +REQUIRES = core/gcc/12.2.0^full |
| +REQUIRES += core/gdb/13.2 |
| + |
| +# ======= __END_OF_REQUIRES__ ======= |
| + |
| +tarball_name = $(TOOLCHAIN_DIR)-$(TOOLCHAIN_VERSION).tar.xz |
| +tarball = $(TARGET_BUILD_DIR)/$(tarball_name) |
| + |
| +tarball_target = $(TARGET_BUILD_DIR)/.tarball-created |
| + |
| +BUILD_TARGETS = $(tarball_target) |
| + |
| +PRODUCT_TARGETS = $(tarball) |
| + |
| +include ../../../build-system/core.mk |
| + |
| + |
| +$(tarball): $(tarball_target) |
| + |
| +$(tarball_target): |
| + @echo "" |
| + @echo "Creating $(tarball_name) tarball..." |
| + @cd $(TOOLCHAINS_BASE_PATH) ; \ |
| + tar -cf - $(TOOLCHAIN_DIR)/$(TOOLCHAIN_VERSION) | xz --threads=0 > $(tarball_name) |
| + @mv $(TOOLCHAINS_BASE_PATH)/$(tarball_name) $(TARGET_BUILD_DIR) |
| + @touch $@ |
| |
| |
| |
| |
| |
| Property changes on: 1.9.5 |
| ___________________________________________________________________ |
| Added: svn:ignore |
| ## -0,0 +1,80 ## |
| + |
| +# Target build dirs |
| +.noarch |
| +.host |
| + |
| +.arm32-newlib |
| +.a33xx-newlib |
| +.a9xx-newlib |
| +.h5-newlib |
| +.s9xx-newlib |
| +.rk33xx-newlib |
| +.m1000-newlib |
| +.riscv64-newlib |
| +.at91sam7s-newlib |
| + |
| +.a1x-glibc |
| +.a2x-glibc |
| +.a311x-glibc |
| +.h3-glibc |
| +.h5-glibc |
| +.imx6-glibc |
| +.imx6ull-glibc |
| +.jz47xx-glibc |
| +.p5600-glibc |
| +.m1000-glibc |
| +.omap543x-glibc |
| +.am335x-glibc |
| +.rk328x-glibc |
| +.s8xx-glibc |
| +.s9xx-glibc |
| +.a9xx-glibc |
| +.rk33xx-glibc |
| +.rk339x-glibc |
| +.a33xx-glibc |
| +.power8-glibc |
| +.power9-glibc |
| +.power8le-glibc |
| +.power9le-glibc |
| +.riscv64-glibc |
| +.i586-glibc |
| +.i686-glibc |
| +.x86_64-glibc |
| + |
| +# Hidden files (each file) |
| +.makefile |
| +.src_requires |
| +.src_requires_depend |
| +.dist |
| + |
| +# Destinations |
| +dist |
| + |
| + |
| +# Tarballs |
| +*.gz |
| +*.bz2 |
| +*.xz |
| +*.tgz |
| +*.txz |
| + |
| +# Signatures |
| +*.asc |
| +*.sig |
| +*.sign |
| +*.sha1sum |
| + |
| +# Patches |
| +*.patch |
| + |
| +# Text files |
| +*.txt |
| + |
| +# Default linux config files |
| +*.defconfig |
| + |
| +# Object Files |
| +*.[ao] |
| + |
| +# backup copies |
| +*~ |
| |