Index: toolchains-1.6.x/.gitignore
===================================================================
--- toolchains-1.6.x/.gitignore (revision 291)
+++ toolchains-1.6.x/.gitignore (revision 292)
@@ -17,6 +17,8 @@
.h5-newlib/
.s9xx-newlib/
.rk33xx-newlib/
+.m1000-newlib/
+.riscv64-newlib/
.at91sam7s-newlib/
.a1x-glibc/
@@ -26,6 +28,7 @@
.imx6-glibc/
.jz47xx-glibc/
.p5600-glibc/
+.m1000-glibc/
.omap543x-glibc/
.rk328x-glibc/
.s8xx-glibc/
@@ -38,7 +41,7 @@
.power9-glibc/
.power8le-glibc/
.power9le-glibc/
-.r1000-glibc/
+.riscv64-glibc/
.i686-glibc/
.x86_64-glibc/
Index: toolchains-1.6.x/.svnignore
===================================================================
--- toolchains-1.6.x/.svnignore (revision 291)
+++ toolchains-1.6.x/.svnignore (revision 292)
@@ -17,6 +17,8 @@
.h5-newlib/
.s9xx-newlib/
.rk33xx-newlib/
+.m1000-newlib/
+.riscv64-newlib/
.at91sam7s-newlib/
.a1x-glibc/
@@ -26,6 +28,7 @@
.imx6-glibc/
.jz47xx-glibc/
.p5600-glibc/
+.m1000-glibc/
.omap543x-glibc/
.rk328x-glibc/
.s8xx-glibc/
@@ -38,7 +41,7 @@
.power9-glibc/
.power8le-glibc/
.power9le-glibc/
-.r1000-glibc/
+.riscv64-glibc/
.i686-glibc/
.x86_64-glibc/
Index: toolchains-1.6.x/build-system/config.mk
===================================================================
--- toolchains-1.6.x/build-system/config.mk (revision 291)
+++ toolchains-1.6.x/build-system/config.mk (revision 292)
@@ -290,7 +290,25 @@
### |---Toolchain-spec-handy-ruler----------------|
P5600_GLIBC_SPEC = Baikal MIPS p5600 core GNU Libc toolchain
+# BaikalElectronics M1000-NEWLIB
+TOOLCHAIN_M1000_NEWLIB = m1000-newlib
+M1000_NEWLIB_ARCH = aarch64-m1000-elf
+M1000_NEWLIB_DIR = aarch64-M1000-elf-newlib
+M1000_NEWLIB_PATH = $(TOOLCHAINS_BASE_PATH)/$(M1000_NEWLIB_DIR)
+### |---Toolchain-spec-handy-ruler----------------|
+M1000_NEWLIB_SPEC = BaikalElectronics M1000 newlib toolchain
+
+# BaikalElectronics M1000-GLIBC
+TOOLCHAIN_M1000_GLIBC = m1000-glibc
+
+M1000_GLIBC_ARCH = aarch64-m1000-linux-gnu
+M1000_GLIBC_DIR = aarch64-M1000-linux-glibc
+M1000_GLIBC_PATH = $(TOOLCHAINS_BASE_PATH)/$(M1000_GLIBC_DIR)
+### |---Toolchain-spec-handy-ruler----------------|
+M1000_GLIBC_SPEC = BaikalElectronics M1000 GNU Libc toolchain
+
+
# POWER8-GLIBC
TOOLCHAIN_POWER8_GLIBC = power8-glibc
Index: toolchains-1.6.x/build-system/targets-config.mk.template
===================================================================
--- toolchains-1.6.x/build-system/targets-config.mk.template (revision 291)
+++ toolchains-1.6.x/build-system/targets-config.mk.template (revision 292)
@@ -21,6 +21,9 @@
# rk33xx-newlib:
BUILD_RK33XX_NEWLIB = true
+# m1000-newlib:
+BUILD_M1000_NEWLIB = true
+
# at91sam7s-newlib:
BUILD_AT91SAM7S_NEWLIB = true
@@ -52,6 +55,9 @@
# p5600-glibc:
BUILD_P5600_GLIBC = true
+# m1000-glibc:
+BUILD_M1000_GLIBC = true
+
# omap543x-glibc:
BUILD_OMAP543X_GLIBC = true
Index: toolchains-1.6.x/core/binutils/2.36/Makefile
===================================================================
--- toolchains-1.6.x/core/binutils/2.36/Makefile (revision 291)
+++ toolchains-1.6.x/core/binutils/2.36/Makefile (revision 292)
@@ -6,6 +6,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_H5_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_S9XX_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RK33XX_NEWLIB)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_AT91SAM7S_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RISCV64_NEWLIB)
@@ -17,6 +18,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -135,6 +137,17 @@
extra_configure_switches += --with-sysroot=$(TOOLCHAIN_PATH)/$(TARGET)
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
+extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
+extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += --disable-multiarch
+extra_configure_switches += --enable-multilib
+extra_configure_switches += --with-cpu=cortex-a57
+extra_configure_switches += --with-arch=armv8-a
+extra_configure_switches += --enable-plugins
+extra_configure_switches += --with-sysroot=$(TOOLCHAIN_PATH)/$(TARGET)
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
extra_configure_switches += '--with-bugurl=https://radix.pro'
@@ -422,7 +435,24 @@
extra_configure_switches += --with-sysroot=$(sysroot_dir)
endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
+extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
+extra_configure_switches += '--with-bugurl=https://radix.pro'
+# experimental gold linker( DEFAULT_LD=ld.bfd ):
+extra_configure_switches += --enable-gold=yes
+extra_configure_switches += --enable-ld=default
+extra_configure_switches += --enable-werror=no
+# standard options:
+extra_configure_switches += --disable-multilib
+extra_configure_switches += --with-cpu=cortex-a57
+extra_configure_switches += --with-arch=armv8-a
+extra_configure_switches += --with-fpu=neon-fp-armv8
+extra_configure_switches += --with-abi=lp64
+extra_configure_switches += --with-sysroot=$(sysroot_dir)
+endif
+
+
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
extra_configure_switches += '--with-bugurl=https://radix.pro'
Index: toolchains-1.6.x/core/gcc/10.2.0/Makefile
===================================================================
--- toolchains-1.6.x/core/gcc/10.2.0/Makefile (revision 291)
+++ toolchains-1.6.x/core/gcc/10.2.0/Makefile (revision 292)
@@ -6,6 +6,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_H5_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_S9XX_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RK33XX_NEWLIB)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_AT91SAM7S_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RISCV64_NEWLIB)
@@ -17,6 +18,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -111,7 +113,8 @@
$(TOOLCHAIN_S9XX_GLIBC) \
$(TOOLCHAIN_A311X_GLIBC) \
$(TOOLCHAIN_RK33XX_GLIBC) \
- $(TOOLCHAIN_RK339X_GLIBC)),)
+ $(TOOLCHAIN_RK339X_GLIBC) \
+ $(TOOLCHAIN_M1000_GLIBC)),)
PATCHES = PATCHES.aarch64
else
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
@@ -350,6 +353,35 @@
extra_configure_switches += --with-sysroot=$(TOOLCHAIN_PATH)/$(TARGET)
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
+extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
+extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += --disable-multiarch
+extra_configure_switches += --enable-multilib
+extra_configure_switches += --with-multilib-list=lp64,ilp32
+extra_configure_switches += --with-arch=armv8-a
+extra_configure_switches += --with-cpu=cortex-a57
+extra_configure_switches += --disable-__cxa_atexit
+extra_configure_switches += --disable-isl-version-check
+extra_configure_switches += --disable-libstdcxx-pch
+extra_configure_switches += --disable-shared
+extra_configure_switches += --disable-threads
+extra_configure_switches += --with-gnu-as
+extra_configure_switches += --with-gnu-ld
+ifeq ($(FLAVOUR),static)
+extra_configure_switches += --disable-libssp
+extra_configure_switches += --disable-libstdc++-v3
+extra_configure_switches += --without-headers
+extra_configure_switches += --enable-languages=c
+else
+extra_configure_switches += --enable-plugins
+extra_configure_switches += --with-headers=yes
+extra_configure_switches += --enable-languages=c,c++
+endif
+extra_configure_switches += --with-newlib
+extra_configure_switches += --with-sysroot=$(TOOLCHAIN_PATH)/$(TARGET)
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
extra_configure_switches += '--with-bugurl=https://radix.pro'
@@ -1435,6 +1467,64 @@
endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
+extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
+extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
+extra_configure_switches += --disable-multiarch
+extra_configure_switches += --disable-multilib
+extra_configure_switches += --with-arch=armv8-a
+extra_configure_switches += --with-cpu=cortex-a57
+extra_configure_switches += --with-abi=lp64
+# add
+extra_configure_switches += --enable-gold
+extra_configure_switches += --enable-c99
+extra_configure_switches += --enable-long-long
+extra_configure_switches += --disable-isl-version-check
+ifeq ($(FLAVOUR),static)
+extra_configure_switches += --disable-libatomic
+extra_configure_switches += --disable-libgomp
+extra_configure_switches += --disable-libitm
+extra_configure_switches += --disable-libmudflap
+extra_configure_switches += --disable-libquadmath
+extra_configure_switches += --disable-libsanitizer
+extra_configure_switches += --disable-libssp
+extra_configure_switches += --disable-libstdc++-v3
+extra_configure_switches += --disable-threads
+extra_configure_switches += --enable-languages=c
+extra_configure_switches += --disable-shared
+extra_configure_switches += --disable-nls
+# without-headers replacement, to make libgcc independed from glibc:
+extra_configure_switches += --with-newlib
+endif
+ifeq ($(FLAVOUR),second)
+extra_configure_switches += --with-sysroot=$(sysroot_dir)
+extra_configure_switches += --disable-libatomic
+extra_configure_switches += --disable-libgomp
+extra_configure_switches += --disable-libitm
+extra_configure_switches += --disable-libmudflap
+extra_configure_switches += --disable-libquadmath
+extra_configure_switches += --disable-libsanitizer
+extra_configure_switches += --disable-libssp
+extra_configure_switches += --disable-libstdc++-v3
+extra_configure_switches += --enable-languages=c
+extra_configure_switches += --disable-nls
+endif
+ifeq ($(FLAVOUR),full)
+extra_configure_switches += --with-sysroot=$(sysroot_dir)
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-libstdcxx-dual-abi
+extra_configure_switches += --with-default-libstdcxx-abi=new
+extra_configure_switches += --disable-libstdcxx-pch
+extra_configure_switches += --disable-libunwind-exceptions
+extra_configure_switches += --enable-__cxa_atexit
+extra_configure_switches += --enable-shared
+extra_configure_switches += --enable-nls
+extra_configure_switches += --with-included-gettext
+endif
+endif
+
+
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
extra_configure_switches += '--with-bugurl=https://radix.pro'
Index: toolchains-1.6.x/core/gdb/10.1/Makefile
===================================================================
--- toolchains-1.6.x/core/gdb/10.1/Makefile (revision 291)
+++ toolchains-1.6.x/core/gdb/10.1/Makefile (revision 292)
@@ -6,6 +6,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_H5_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_S9XX_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RK33XX_NEWLIB)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RISCV64_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_A1X_GLIBC)
@@ -16,6 +17,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -113,6 +115,12 @@
extra_configure_switches += --with-arch=armv8-a
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_1000_NEWLIB))
+extra_configure_switches = --enable-multiarch
+extra_configure_switches += --enable-multilib
+extra_configure_switches += --with-arch=armv8-a
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_NEWLIB))
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-abi=lp64d
@@ -201,6 +209,15 @@
extra_configure_switches += --with-build-sysroot=$(sysroot_dir)
endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
+extra_configure_switches += --disable-multilib
+extra_configure_switches += --with-arch=armv8-a
+extra_configure_switches += --with-cpu=cortex-a57
+extra_configure_switches += --with-fpu=neon-fp-armv8
+extra_configure_switches += --with-abi=lp64
+extra_configure_switches += --with-build-sysroot=$(sysroot_dir)
+endif
+
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC)),)
extra_configure_switches = --enable-interwork
extra_configure_switches += --enable-multilib
Index: toolchains-1.6.x/core/glibc/2.32/Makefile
===================================================================
--- toolchains-1.6.x/core/glibc/2.32/Makefile (revision 291)
+++ toolchains-1.6.x/core/glibc/2.32/Makefile (revision 292)
@@ -8,6 +8,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -67,6 +68,10 @@
# REQUIRES = core/linux/Baikal/BFK/baikal-4.4.145-4.15.115
REQUIRES = core/linux/5.10.11
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC))
+# REQUIRES = core/linux/Baikal/M1000/baikal-4.9.229
+REQUIRES = core/linux/5.10.11
+endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC))
# REQUIRES = core/linux/TI/omap5/glsdk/3.14.57-20151211
REQUIRES = core/linux/5.10.11
@@ -202,6 +207,10 @@
environment += CFLAGS="-g -O2 -march=mips32r5 -mtune=p5600 -mhard-float"
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC))
+environment += CFLAGS="-g -O3 -march=armv8-a -mcpu=cortex-a57 -mabi=lp64"
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC))
environment += CFLAGS="-g -O3 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard"
endif
@@ -289,7 +298,8 @@
$(TOOLCHAIN_S9XX_GLIBC) \
$(TOOLCHAIN_A311X_GLIBC) \
$(TOOLCHAIN_RK33XX_GLIBC) \
- $(TOOLCHAIN_RK339X_GLIBC)),)
+ $(TOOLCHAIN_RK339X_GLIBC) \
+ $(TOOLCHAIN_M1000_GLIBC)),)
LIB_NAMES_SUFFIX = lp64
endif
@@ -466,6 +476,25 @@
endif
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC))
+extra_configure_switches = --libdir=/usr/lib$(LIBSUFFIX)
+extra_configure_switches += --with-headers=$(sysroot_dir)/usr/include
+ifeq ($(FLAVOUR),headers)
+extra_configure_switches += --with-binutils=$(TOOLCHAIN_PATH)/bin
+extra_configure_switches += --enable-kernel=4.9.14
+extra_configure_switches += --disable-profile
+extra_configure_switches += --without-gd
+extra_configure_switches += --without-cvs
+endif
+ifeq ($(FLAVOUR),full)
+extra_configure_switches += --with-binutils=$(TOOLCHAIN_PATH)/bin
+extra_configure_switches += --enable-kernel=4.9.14
+extra_configure_switches += --disable-profile
+extra_configure_switches += --without-gd
+extra_configure_switches += --without-cvs
+endif
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC))
extra_configure_switches = --libdir=/usr/lib$(LIBSUFFIX)
extra_configure_switches += --with-headers=$(sysroot_dir)/usr/include
Index: toolchains-1.6.x/core/linux/5.10.11/Makefile
===================================================================
--- toolchains-1.6.x/core/linux/5.10.11/Makefile (revision 291)
+++ toolchains-1.6.x/core/linux/5.10.11/Makefile (revision 292)
@@ -7,6 +7,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -60,7 +61,8 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC) \
$(TOOLCHAIN_S9XX_GLIBC) $(TOOLCHAIN_A311X_GLIBC) \
- $(TOOLCHAIN_RK33XX_GLIBC) $(TOOLCHAIN_RK339X_GLIBC)),)
+ $(TOOLCHAIN_RK33XX_GLIBC) $(TOOLCHAIN_RK339X_GLIBC) \
+ $(TOOLCHAIN_M1000_GLIBC)),)
arch = arm64
endif
Index: toolchains-1.6.x/core/newlib/4.0.0/Makefile
===================================================================
--- toolchains-1.6.x/core/newlib/4.0.0/Makefile (revision 291)
+++ toolchains-1.6.x/core/newlib/4.0.0/Makefile (revision 292)
@@ -6,6 +6,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_H5_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_S9XX_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RK33XX_NEWLIB)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_AT91SAM7S_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RISCV64_NEWLIB)
@@ -239,6 +240,33 @@
endif
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
+extra_configure_switches = --enable-multilib
+extra_configure_switches += --with-gnu-as
+extra_configure_switches += --with-gnu-ld
+extra_configure_switches += --disable-nls
+extra_configure_switches += --disable-shared
+extra_configure_switches += --disable-newlib-supplied-sycalls
+ifeq ($(FLAVOUR),full)
+extra_configure_switches += --enable-newlib-io-long-long
+extra_configure_switches += --enable-newlib-register-fini
+extra_configure_switches += --enable-newlib-io-c99-formats
+extra_configure_switches += --enable-newlib-io-pos-args
+extra_configure_switches += --enable-newlib-multithread
+endif
+ifeq ($(FLAVOUR),nano)
+extra_configure_switches += --enable-newlib-reent-small
+extra_configure_switches += --disable-newlib-fvwrite-in-streamio
+extra_configure_switches += --disable-newlib-fseek-optimization
+extra_configure_switches += --disable-newlib-wide-orient
+extra_configure_switches += --enable-newlib-nano-malloc
+extra_configure_switches += --disable-newlib-unbuf-stream-opt
+extra_configure_switches += --enable-lite-exit
+extra_configure_switches += --enable-newlib-global-atexit
+extra_configure_switches += --enable-newlib-nano-formatted-io
+endif
+endif
+
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
extra_configure_switches = --enable-interwork
extra_configure_switches = --enable-multilib
Index: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/main.c (revision 291)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/build.sh (revision 291)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a8"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/.config (revision 291)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/.config (nonexistent)
@@ -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=arm-a1x-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A1X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A1X-glibc/1.6.3/A1X-TEST-neon/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A1X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,38 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A1X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += tools/sunxi/sunxi-tools/1.3
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/.config (nonexistent)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/.config (revision 292)
@@ -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=arm-a1x-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A1X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a8"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/main.c (nonexistent)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.4/A1X-TEST-neon/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A1X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A1X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A1X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,38 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A1X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += tools/sunxi/sunxi-tools/1.3
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/main.c (revision 291)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/build.sh (revision 291)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a7"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/.config (revision 291)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/.config (nonexistent)
@@ -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=arm-a2x-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A2X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A2X-glibc/1.6.3/A2X-TEST-vfp/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A2X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,38 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A2X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += tools/sunxi/sunxi-tools/1.3
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/.config (nonexistent)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/.config (revision 292)
@@ -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=arm-a2x-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A2X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a7"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/main.c (nonexistent)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.4/A2X-TEST-vfp/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A2X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A2X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A2X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,38 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A2X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += tools/sunxi/sunxi-tools/1.3
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a73.cortex-a53 -mabi=lp64"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/.config (nonexistent)
@@ -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-a311x-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-A311X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A311X-glibc/1.6.3/A311X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A311X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A311X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/.config (revision 292)
@@ -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-a311x-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-A311X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a73.cortex-a53 -mabi=lp64"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.4/A311X-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A311X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A311X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A311X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A311X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-fp-armv8 -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/.config (nonexistent)
@@ -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=armv8l-a33xx-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/armv8l-A33XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A33XX-glibc/1.6.3/A33XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A33XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/.config (revision 292)
@@ -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=armv8l-a33xx-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/armv8l-A33XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-fp-armv8 -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.4/A33XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A33XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A33XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A33XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A33XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/build.sh (nonexistent)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-DEBUG_FLAGS="-gdwarf-2"
-ARCH_FLAGS="-mthumb -march=armv6-m -mcpu=cortex-m0"
-#NO_STD_FLAGS=" -nostdlib -nostartfiles"
-
-$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-
-$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/.config (nonexistent)
@@ -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=arm-a33xx-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A33XX-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A33XX-newlib/1.6.3/A33XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A33XX_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/.config (revision 292)
@@ -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=arm-a33xx-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A33XX-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/build.sh (revision 292)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+DEBUG_FLAGS="-gdwarf-2"
+ARCH_FLAGS="-mthumb -march=armv6-m -mcpu=cortex-m0"
+#NO_STD_FLAGS=" -nostdlib -nostartfiles"
+
+$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+
+$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.4/A33XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A33XX-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A33XX-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A33XX-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A33XX_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-fp-armv8 -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/.config (nonexistent)
@@ -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=armv8l-a9xx-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/armv8l-A9XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/A9XX-glibc/1.6.3/A9XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A9XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/.config (revision 292)
@@ -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=armv8l-a9xx-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/armv8l-A9XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-fp-armv8 -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.4/A9XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A9XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A9XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A9XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A9XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- double d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.0;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/build.sh (nonexistent)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-DEBUG_FLAGS="-gdwarf-2"
-ARCH_FLAGS="-march=armv7-m -mcpu=cortex-m3 -mthumb"
-#NO_STD_FLAGS=" -nostdlib -nostartfiles"
-
-$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-
-$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/.config (nonexistent)
@@ -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=arm-a9xx-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/clean.sh (nonexistent)
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-rm -f full.program.asm
-rm -f main
-rm -f main.asm
-rm -f main.elf
-rm -f main.gdb
-rm -f main.hex
-rm -f main.map
-rm -f main.o
-rm -f main.srec
Property changes on: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/main.c (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- double d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.0;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/build.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/build.sh (nonexistent)
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-DEBUG_FLAGS="-gdwarf-2"
-ARCH_FLAGS="-march=armv7-m -mcpu=cortex-m3 -mthumb"
-FPU_FLAGS=" -mfpu=fpv4-sp-d16 -mfloat-abi=hard"
-#NO_STD_FLAGS=" -nostdlib -nostartfiles"
-
-$TARGET-gcc -g $DEBUG_FLAGS -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -c -o main.o main.c
-
-$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/.config (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/.config (nonexistent)
@@ -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=arm-a9xx-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/clean.sh (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/clean.sh (nonexistent)
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-rm -f full.program.asm
-rm -f main
-rm -f main.asm
-rm -f main.elf
-rm -f main.gdb
-rm -f main.hex
-rm -f main.map
-rm -f main.o
-rm -f main.srec
Property changes on: toolchains-1.6.x/products/A9XX-newlib/1.6.3/A9XX-TEST-fpv4/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_A9XX_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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): $(build_requires)
- @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 $@
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/.config (revision 292)
@@ -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=arm-a9xx-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/build.sh (revision 292)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+DEBUG_FLAGS="-gdwarf-2"
+ARCH_FLAGS="-march=armv7-m -mcpu=cortex-m3 -mthumb"
+#NO_STD_FLAGS=" -nostdlib -nostartfiles"
+
+$TARGET-gcc -g $DEBUG_FLAGS $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+
+$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/clean.sh (revision 292)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+rm -f full.program.asm
+rm -f main
+rm -f main.asm
+rm -f main.elf
+rm -f main.gdb
+rm -f main.hex
+rm -f main.map
+rm -f main.o
+rm -f main.srec
Property changes on: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ double d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.0;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/.config
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/.config (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/.config (revision 292)
@@ -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=arm-a9xx-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-A9XX-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/build.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/build.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/build.sh (revision 292)
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+DEBUG_FLAGS="-gdwarf-2"
+ARCH_FLAGS="-march=armv7-m -mcpu=cortex-m3 -mthumb"
+FPU_FLAGS=" -mfpu=fpv4-sp-d16 -mfloat-abi=hard"
+#NO_STD_FLAGS=" -nostdlib -nostartfiles"
+
+$TARGET-gcc -g $DEBUG_FLAGS -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -c -o main.o main.c
+
+$TARGET-gcc ${NO_STD_FLAGS} $ARCH_FLAGS $FPU_FLAGS $LDFLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/clean.sh
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/clean.sh (revision 292)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+rm -f full.program.asm
+rm -f main
+rm -f main.asm
+rm -f main.elf
+rm -f main.gdb
+rm -f main.hex
+rm -f main.map
+rm -f main.o
+rm -f main.srec
Property changes on: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/main.c
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/main.c (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/A9XX-TEST-fpv4/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ double d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.0;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/A9XX-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/A9XX-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/A9XX-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_A9XX_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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): $(build_requires)
+ @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 $@
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/OMAP543X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv8-a -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/armv8l-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a5 -mfpu=neon -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/S8XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a17 -mfpu=neon-vfpv4 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/RK328X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/IMX6-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A1X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/A2X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/main.c (nonexistent)
@@ -1,16 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
-
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
-
-$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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/.config (nonexistent)
@@ -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=arm-none-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.3/H3-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_ARM32_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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): $(build_requires)
- @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 $@
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A1X-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/A2X-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/H3-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/IMX6-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_ARM32_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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): $(build_requires)
+ @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 $@
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/OMAP543X-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7ve -mtune=cortex-a17 -mfpu=neon-vfpv4 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/RK328X-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv7-a -mtune=cortex-a5 -mfpu=neon -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/S8XX-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/.config
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/.config (revision 292)
@@ -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=arm-none-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-NONE-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=armv8-a -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -mlittle-endian -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -mlittle-endian -o main main.o
+
+$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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/ARM32-newlib/1.6.4/armv8l-TEST/main.c (revision 292)
@@ -0,0 +1,16 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_build.sh
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_build.sh (revision 291)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_build.sh (nonexistent)
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-arm-at91sam7s-eabi-gcc -g -gdwarf-2 -fomit-frame-pointer -mcpu=arm7tdmi -mbig-endian -I$TOOLCHAIN_PATH/include -c -o main.o main.c
-arm-at91sam7s-eabi-gcc -mcpu=arm7tdmi -mbig-endian -o main main.o
-
-arm-at91sam7s-eabi-objdump -x main > main.map
-
-arm-at91sam7s-eabi-strip main -o main.elf
-
-arm-at91sam7s-eabi-objcopy -O srec main.elf main.srec
-arm-at91sam7s-eabi-objcopy -O ihex main.elf main.hex
-arm-at91sam7s-eabi-objdump -S -d main.o > main.asm
-arm-at91sam7s-eabi-objdump -S -d main > full.program.asm
Property changes on: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_clean.sh
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_clean.sh (revision 291)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_clean.sh (nonexistent)
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-rm -f full.program.asm main main.asm main.elf main.hex main.map main.o main.srec
Property changes on: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/_clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/.config
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/AT91SAM7S-TEST/.config (nonexistent)
@@ -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=arm-at91sam7s-eabi
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-AT91SAM7S-eabi-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.3/Makefile (nonexistent)
@@ -1,33 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_AT91SAM7S_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/.config
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/.config (revision 292)
@@ -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=arm-at91sam7s-eabi
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-AT91SAM7S-eabi-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_build.sh
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_build.sh (nonexistent)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_build.sh (revision 292)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+arm-at91sam7s-eabi-gcc -g -gdwarf-2 -fomit-frame-pointer -mcpu=arm7tdmi -mbig-endian -I$TOOLCHAIN_PATH/include -c -o main.o main.c
+arm-at91sam7s-eabi-gcc -mcpu=arm7tdmi -mbig-endian -o main main.o
+
+arm-at91sam7s-eabi-objdump -x main > main.map
+
+arm-at91sam7s-eabi-strip main -o main.elf
+
+arm-at91sam7s-eabi-objcopy -O srec main.elf main.srec
+arm-at91sam7s-eabi-objcopy -O ihex main.elf main.hex
+arm-at91sam7s-eabi-objdump -S -d main.o > main.asm
+arm-at91sam7s-eabi-objdump -S -d main > full.program.asm
Property changes on: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_clean.sh
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_clean.sh (nonexistent)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_clean.sh (revision 292)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+rm -f full.program.asm main main.asm main.elf main.hex main.map main.o main.srec
Property changes on: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/_clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/AT91SAM7S-TEST/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/AT91SAM7S-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,33 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_AT91SAM7S_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/main.c (revision 291)
+++ toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/build.sh (revision 291)
+++ toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a7"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/.config (revision 291)
+++ toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/.config (nonexistent)
@@ -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=arm-h3-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-H3-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/clean.sh (revision 291)
+++ toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H3-glibc/1.6.3/H3-TEST-neon/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H3-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/H3-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_H3_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/.config (nonexistent)
+++ toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/.config (revision 292)
@@ -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=arm-h3-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-H3-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/build.sh (nonexistent)
+++ toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a7"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/main.c (nonexistent)
+++ toolchains-1.6.x/products/H3-glibc/1.6.4/H3-TEST-neon/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/H3-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/H3-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/H3-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_H3_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/.config
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/.config (nonexistent)
@@ -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-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H5-glibc/1.6.3/H5-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/H5-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_H5_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/.config
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/.config (revision 292)
@@ -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-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-H5-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/H5-glibc/1.6.4/H5-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/H5-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/H5-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/H5-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_H5_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/main.c (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/build.sh (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/.config (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/.config (nonexistent)
@@ -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.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-ilp32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/main.c (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/build.sh (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/.config (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/.config (nonexistent)
@@ -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.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/clean.sh (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.3/H5-TEST-lp64/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/H5-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_H5_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/.config (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/.config (revision 292)
@@ -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.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/main.c (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-ilp32/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/.config (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/.config (revision 292)
@@ -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.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/build.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/main.c (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/H5-TEST-lp64/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/H5-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/H5-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/H5-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_H5_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/main.c (nonexistent)
@@ -1,19 +0,0 @@
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- double y, x = 3.5;
-
- y = x + 2.8;
-
- c = a / b;
- r = a % b;
-
- printf("\nHello, World!\n\n");
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/build.sh (nonexistent)
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
-$TARGET-gcc -o main main.o
-
-$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: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/.config
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/.config (nonexistent)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-#################################################################
-#
-# default common variables:
-#
-if test -z "$HOST"; then
- export HOST=x86_64-slamd64-linux
-fi
-
-if test -z "$TARGET"; then
- export TARGET=i686-radix-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/i686-PC-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/I686-glibc/1.6.3/I686-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/I686-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/I686-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_I686_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/.config
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/.config (revision 292)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+#################################################################
+#
+# default common variables:
+#
+if test -z "$HOST"; then
+ export HOST=x86_64-slamd64-linux
+fi
+
+if test -z "$TARGET"; then
+ export TARGET=i686-radix-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/i686-PC-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/build.sh (revision 292)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
+$TARGET-gcc -o main main.o
+
+$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: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/I686-glibc/1.6.4/I686-TEST/main.c (revision 292)
@@ -0,0 +1,19 @@
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ double y, x = 3.5;
+
+ y = x + 2.8;
+
+ c = a / b;
+ r = a % b;
+
+ printf("\nHello, World!\n\n");
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/I686-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/I686-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/I686-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_I686_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/main.c (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/build.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a9"
-
-FPU_FLAGS=" -mfpu=vfpv3 -mfloat-abi=hard"
-
-$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/.config (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/.config (nonexistent)
@@ -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=arm-imx6-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/clean.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST-vfp/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a9"
-
-
-$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/.config (nonexistent)
@@ -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=arm-imx6-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/IMX6-glibc/1.6.3/IMX6-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_IMX6_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/.config (revision 292)
@@ -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=arm-imx6-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a9"
+
+
+$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/.config (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/.config (revision 292)
@@ -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=arm-imx6-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/build.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a9"
+
+FPU_FLAGS=" -mfpu=vfpv3 -mfloat-abi=hard"
+
+$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/main.c (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/IMX6-TEST-vfp/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/IMX6-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/IMX6-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/IMX6-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_IMX6_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/main.c (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/build.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a7"
-
-FPU_FLAGS=" -mfpu=neon-vfpv4 -mfloat-abi=hard"
-
-$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/.config (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/.config (nonexistent)
@@ -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=arm-imx6ull-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/clean.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST-vfp/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a7"
-
-
-$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/.config (nonexistent)
@@ -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=arm-imx6ull-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/IMX6-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_IMX6ULL_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/.config
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/.config (revision 292)
@@ -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=arm-imx6ull-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a7"
+
+
+$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/.config (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/.config (revision 292)
@@ -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=arm-imx6ull-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-IMX6ULL-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/build.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a7"
+
+FPU_FLAGS=" -mfpu=neon-vfpv4 -mfloat-abi=hard"
+
+$TARGET-gcc -g -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/main.c (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/IMX6-TEST-vfp/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/IMX6ULL-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_IMX6ULL_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=mips32r2 -mhard-float"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/.config (nonexistent)
@@ -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=mipsel-jz47xx-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/mipsel-JZ47XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/JZ47XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_JZ47XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/.config (revision 292)
@@ -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=mipsel-jz47xx-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/mipsel-JZ47XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=mips32r2 -mhard-float"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/JZ47XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/JZ47XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_JZ47XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/.config
===================================================================
--- toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/.config (revision 292)
@@ -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-m1000-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a57 -mabi=lp64"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/M1000-glibc/1.6.4/M1000-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/M1000-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/M1000-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/M1000-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_M1000_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/.config (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/.config (revision 292)
@@ -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-m1000-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+DEBUG_FLAGS="-gdwarf-2"
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a57 -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: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/main.c (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-ilp32/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/.config (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/.config (revision 292)
@@ -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-m1000-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-M1000-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/build.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+DEBUG_FLAGS="-gdwarf-2"
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a57 -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: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/main.c (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/M1000-TEST-lp64/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/M1000-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/M1000-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/M1000-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_M1000_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/Makefile
===================================================================
--- toolchains-1.6.x/products/Makefile (revision 291)
+++ toolchains-1.6.x/products/Makefile (revision 292)
@@ -6,6 +6,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_H5_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_S9XX_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RK33XX_NEWLIB)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_AT91SAM7S_NEWLIB)
COMPONENT_TARGETS += $(TOOLCHAIN_RISCV64_NEWLIB)
@@ -17,6 +18,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
@@ -39,7 +41,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_X86_64_GLIBC)
-export TOOLCHAIN_VERSION = 1.6.3
+export TOOLCHAIN_VERSION = 1.6.4
include ../build-system/config.mk
@@ -46,105 +48,111 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_ARM32_NEWLIB))
-REQUIRES = products/ARM32-newlib/1.6.3
+REQUIRES = products/ARM32-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A33XX_NEWLIB))
-REQUIRES = products/A33XX-newlib/1.6.3
+REQUIRES = products/A33XX-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A9XX_NEWLIB))
-REQUIRES = products/A9XX-newlib/1.6.3
+REQUIRES = products/A9XX-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_H5_NEWLIB))
-REQUIRES = products/H5-newlib/1.6.3
+REQUIRES = products/H5-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S9XX_NEWLIB))
-REQUIRES = products/S9XX-newlib/1.6.3
+REQUIRES = products/S9XX-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK33XX_NEWLIB))
-REQUIRES = products/RK33XX-newlib/1.6.3
+REQUIRES = products/RK33XX-newlib/1.6.4
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
+REQUIRES = products/M1000-newlib/1.6.4
+endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
-REQUIRES = products/AT91SAM7S-newlib/1.6.3
+REQUIRES = products/AT91SAM7S-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_NEWLIB))
-REQUIRES = products/RISCV64-newlib/1.6.3
+REQUIRES = products/RISCV64-newlib/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A1X_GLIBC))
-REQUIRES = products/A1X-glibc/1.6.3
+REQUIRES = products/A1X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A2X_GLIBC))
-REQUIRES = products/A2X-glibc/1.6.3
+REQUIRES = products/A2X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_H3_GLIBC))
-REQUIRES = products/H3-glibc/1.6.3
+REQUIRES = products/H3-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC))
-REQUIRES = products/H5-glibc/1.6.3
+REQUIRES = products/H5-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_IMX6_GLIBC))
-REQUIRES = products/IMX6-glibc/1.6.3
+REQUIRES = products/IMX6-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_IMX6ULL_GLIBC))
-REQUIRES = products/IMX6ULL-glibc/1.6.3
+REQUIRES = products/IMX6ULL-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC))
-REQUIRES = products/JZ47XX-glibc/1.6.3
+REQUIRES = products/JZ47XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_P5600_GLIBC))
-REQUIRES = products/P5600-glibc/1.6.3
+REQUIRES = products/P5600-glibc/1.6.4
endif
+ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC))
+REQUIRES = products/M1000-glibc/1.6.4
+endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC))
-REQUIRES = products/OMAP543X-glibc/1.6.3
+REQUIRES = products/OMAP543X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK328X_GLIBC))
-REQUIRES = products/RK328X-glibc/1.6.3
+REQUIRES = products/RK328X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S8XX_GLIBC))
-REQUIRES = products/S8XX-glibc/1.6.3
+REQUIRES = products/S8XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S9XX_GLIBC))
-REQUIRES = products/S9XX-glibc/1.6.3
+REQUIRES = products/S9XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A9XX_GLIBC))
-REQUIRES = products/A9XX-glibc/1.6.3
+REQUIRES = products/A9XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A311X_GLIBC))
-REQUIRES = products/A311X-glibc/1.6.3
+REQUIRES = products/A311X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK33XX_GLIBC))
-REQUIRES = products/RK33XX-glibc/1.6.3
+REQUIRES = products/RK33XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK339X_GLIBC))
-REQUIRES = products/RK339X-glibc/1.6.3
+REQUIRES = products/RK339X-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A33XX_GLIBC))
-REQUIRES = products/A33XX-glibc/1.6.3
+REQUIRES = products/A33XX-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC))
-REQUIRES = products/POWER8-glibc/1.6.3
+REQUIRES = products/POWER8-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_POWER9_GLIBC))
-REQUIRES = products/POWER9-glibc/1.6.3
+REQUIRES = products/POWER9-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_POWER8LE_GLIBC))
-REQUIRES = products/POWER8LE-glibc/1.6.3
+REQUIRES = products/POWER8LE-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_POWER9LE_GLIBC))
-REQUIRES = products/POWER9LE-glibc/1.6.3
+REQUIRES = products/POWER9LE-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_GLIBC))
-REQUIRES = products/RISCV64-glibc/1.6.3
+REQUIRES = products/RISCV64-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_I686_GLIBC))
-REQUIRES = products/I686-glibc/1.6.3
+REQUIRES = products/I686-glibc/1.6.4
endif
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC))
-REQUIRES = products/X86_64-glibc/1.6.3
+REQUIRES = products/X86_64-glibc/1.6.4
endif
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a15"
-
-
-$TARGET-gcc -g -O3 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/.config (nonexistent)
@@ -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=arm-omap543x-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/main.c (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/build.sh (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a15"
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ffast-math"
-
-$TARGET-gcc -g -O3 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/.config (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/.config (nonexistent)
@@ -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=arm-omap543x-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/clean.sh (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/OMAP543X-TEST-vfp/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_OMAP543X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_OMAP543X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/.config (revision 292)
@@ -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=arm-omap543x-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a15"
+
+
+$TARGET-gcc -g -O3 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/.config (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/.config (revision 292)
@@ -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=arm-omap543x-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-OMAP543X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/build.sh (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a15"
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ffast-math"
+
+$TARGET-gcc -g -O3 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/main.c (nonexistent)
+++ toolchains-1.6.x/products/OMAP543X-glibc/1.6.4/OMAP543X-TEST-vfp/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=mips32r5 -mtune=p5600 -mhard-float"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/.config
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/.config (nonexistent)
@@ -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=mipsel-p5600-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/mipsel-P5600-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/P5600-glibc/1.6.3/P5600-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/P5600-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_P5600_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/P5600-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_P5600_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/.config
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/.config (revision 292)
@@ -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=mipsel-p5600-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/mipsel-P5600-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=mips32r5 -mtune=p5600 -mhard-float"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/P5600-glibc/1.6.4/P5600-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_POWER8_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -mcpu=power8 -mlong-double-128"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -m32 -mcpu=power8 -mlong-double-128"
-
-
-$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc -m32 $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/.config (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/.config (nonexistent)
@@ -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=ppc64-power8-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER8-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/.config (nonexistent)
@@ -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=ppc64-power8-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER8-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER8-glibc/1.6.3/POWER8-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_POWER8_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/.config (revision 292)
@@ -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=ppc64-power8-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER8-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/.config (revision 292)
@@ -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=ppc64-power8-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER8-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -m32 -mcpu=power8 -mlong-double-128"
+
+
+$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc -m32 $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/32/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -mcpu=power8 -mlong-double-128"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER8-glibc/1.6.4/POWER8-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -mcpu=power8 -mlong-double-128"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/.config (nonexistent)
@@ -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=ppc64le-power8-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64le-POWER8-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/POWER8LE-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_POWER8LE_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_POWER8LE_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/.config (revision 292)
@@ -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=ppc64le-power8-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64le-POWER8-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -mcpu=power8 -mlong-double-128"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER8LE-glibc/1.6.4/POWER8LE-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_POWER9_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -mcpu=power9 -mlong-double-128"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -m32 -mcpu=power9 -mlong-double-128"
-
-
-$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc -m32 $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/.config (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/.config (nonexistent)
@@ -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=ppc64-power9-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER9-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/.config (nonexistent)
@@ -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=ppc64-power9-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER9-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER9-glibc/1.6.3/POWER9-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_POWER9_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/.config (revision 292)
@@ -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=ppc64-power9-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER9-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/.config (revision 292)
@@ -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=ppc64-power9-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64-POWER9-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -m32 -mcpu=power9 -mlong-double-128"
+
+
+$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc -m32 $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/32/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -mcpu=power9 -mlong-double-128"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER9-glibc/1.6.4/POWER9-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -g -O3 -mcpu=power9 -mlong-double-128"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/.config (nonexistent)
@@ -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=ppc64le-power9-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/ppc64le-POWER9-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/POWER9LE-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_POWER9LE_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_POWER9LE_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/.config
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/.config (revision 292)
@@ -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=ppc64le-power9-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/ppc64le-POWER9-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -g -O3 -mcpu=power9 -mlong-double-128"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/POWER9LE-glibc/1.6.4/POWER9LE-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/main.c (nonexistent)
@@ -1,18 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float f = 3.1415;
- double g = 5.0, h = 2.0, d;
- uint32_t a = 7, b = 3, c, r;
-
- d = g * h;
- c = a / b;
- r = a % b;
-
- d += f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/build.sh (nonexistent)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -g -O3 -march=rv64gc -mabi=lp64d -mcmodel=medany"
-
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_FLAGS} -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_FLAGS} -o main main.o
-
-$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: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/.config (nonexistent)
@@ -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=riscv64-rv64gc-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/riscv64-RV64GC-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/rv64gc-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.3/Makefile (nonexistent)
@@ -1,35 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RISCV64_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,35 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RISCV64_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/.config (revision 292)
@@ -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=riscv64-rv64gc-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/riscv64-RV64GC-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/build.sh (revision 292)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -g -O3 -march=rv64gc -mabi=lp64d -mcmodel=medany"
+
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_FLAGS} -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_FLAGS} -o main main.o
+
+$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: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-glibc/1.6.4/rv64gc-TEST/main.c (revision 292)
@@ -0,0 +1,18 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float f = 3.1415;
+ double g = 5.0, h = 2.0, d;
+ uint32_t a = 7, b = 3, c, r;
+
+ d = g * h;
+ c = a / b;
+ r = a % b;
+
+ d += f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/main.c (nonexistent)
@@ -1,18 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- float pi = 3.1415, e = 2.71, f;
- double g = 5.0, h = 2.0, d;
-
- d = g * h;
- c = a / b;
- r = a % b;
-
- f = pi * e;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_OPTIONS=" -march=rv64imafdc -mabi=lp64d"
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc ${ARCH_OPTIONS} -o main main.o
-
-$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: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/.config (nonexistent)
@@ -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=riscv64-none-elf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/riscv64-NONE-elf-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/rv64imafdc-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RISCV64_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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): $(build_requires)
- @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 $@
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RISCV64_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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): $(build_requires)
+ @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 $@
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/.config (revision 292)
@@ -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=riscv64-none-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/riscv64-NONE-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_OPTIONS=" -march=rv64imafdc -mabi=lp64d"
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer ${ARCH_OPTIONS} -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc ${ARCH_OPTIONS} -o main main.o
+
+$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: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/RISCV64-newlib/1.6.4/rv64imafdc-TEST/main.c (revision 292)
@@ -0,0 +1,18 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ float pi = 3.1415, e = 2.71, f;
+ double g = 5.0, h = 2.0, d;
+
+ d = g * h;
+ c = a / b;
+ r = a % b;
+
+ f = pi * e;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/main.c (revision 291)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/build.sh (revision 291)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a17"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/.config (revision 291)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/.config (nonexistent)
@@ -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=arm-rk328x-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-RK328X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK328X-glibc/1.6.3/RK328X-TEST-vfp/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RK328X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RK328X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/.config
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/.config (nonexistent)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/.config (revision 292)
@@ -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=arm-rk328x-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-RK328X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/build.sh
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7ve -mtune=cortex-a17"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon-vfpv4 -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/main.c
===================================================================
--- toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/main.c (nonexistent)
+++ toolchains-1.6.x/products/RK328X-glibc/1.6.4/RK328X-TEST-vfp/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a72.cortex-a53 -mabi=lp64"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/.config (nonexistent)
@@ -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-rk339x-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK339X-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK339X-glibc/1.6.3/RK339X-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RK339X_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RK339X_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/.config (revision 292)
@@ -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-rk339x-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK339X-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a72.cortex-a53 -mabi=lp64"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/RK339X-glibc/1.6.4/RK339X-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
- uint32_t a = 7, b = 3, c, r;
-
- c = a / b;
- r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/.config (nonexistent)
@@ -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-rk33xx-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/RK33XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RK33XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RK33XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/.config (revision 292)
@@ -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-rk33xx-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-glibc/1.6.4/RK33XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+#include <stdlib.h>
+#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+ uint32_t a = 7, b = 3, c, r;
+
+ c = a / b;
+ r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/main.c (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/build.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/.config (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/.config (nonexistent)
@@ -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-rk33xx-elf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-ilp32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_RK33XX_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/main.c (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/build.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/.config (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/.config (nonexistent)
@@ -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-rk33xx-elf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/clean.sh (revision 291)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.3/RK33XX-TEST-lp64/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_RK33XX_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/.config (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/.config (revision 292)
@@ -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-rk33xx-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/main.c (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-ilp32/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/.config (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/.config (revision 292)
@@ -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-rk33xx-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-RK33XX-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/build.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/main.c (nonexistent)
+++ toolchains-1.6.x/products/RK33XX-newlib/1.6.4/RK33XX-TEST-lp64/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/main.c (revision 291)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/build.sh (revision 291)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/build.sh (nonexistent)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a5"
-
-FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon -ftree-vectorize -fomit-frame-pointer -ffast-math"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/.config (revision 291)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/.config (nonexistent)
@@ -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=arm-s8xx-linux-gnueabihf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/arm-S8XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/clean.sh (revision 291)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S8XX-glibc/1.6.3/S8XX-TEST-neon/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,37 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_S8XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += tools/u-boot/denx/2014.01
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,37 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_S8XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += tools/u-boot/denx/2014.01
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/.config
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/.config (nonexistent)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/.config (revision 292)
@@ -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=arm-s8xx-linux-gnueabihf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/arm-S8XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/build.sh
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/build.sh (nonexistent)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/build.sh (revision 292)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv7-a -mtune=cortex-a5"
+
+FPU_FLAGS=" -mfloat-abi=hard -mfpu=neon -ftree-vectorize -fomit-frame-pointer -ffast-math"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS $FPU_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/clean.sh
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/main.c
===================================================================
--- toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/main.c (nonexistent)
+++ toolchains-1.6.x/products/S8XX-glibc/1.6.4/S8XX-TEST-neon/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/main.c (nonexistent)
@@ -1,17 +0,0 @@
-
-//#include <stdlib.h>
-//#include <inttypes.h>
-
-int main()
-{
- float d, f = 3.1415;
-
-// uint32_t a = 7, b = 3, c, r;
-
-// c = a / b;
-// r = a % b;
-
- d = f * 2.1;
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/build.sh (nonexistent)
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64"
-
-$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
-$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
-
-$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: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/.config (nonexistent)
@@ -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-s9xx-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S9XX-glibc/1.6.3/S9XX-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_S9XX_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_S9XX_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/.config (revision 292)
@@ -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-s9xx-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/build.sh (revision 292)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+ARCH_FLAGS=" -march=armv8-a -mcpu=cortex-a53 -mabi=lp64"
+
+$TARGET-gcc -g -O3 -gdwarf-2 -fomit-frame-pointer $ARCH_FLAGS -I$TOOLCHAIN_PATH/$TARGET/include -c -o main.o main.c
+$TARGET-gcc $ARCH_FLAGS $FPU_FLAGS -o main main.o
+
+$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: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/S9XX-glibc/1.6.4/S9XX-TEST/main.c (revision 292)
@@ -0,0 +1,17 @@
+
+//#include <stdlib.h>
+//#include <inttypes.h>
+
+int main()
+{
+ float d, f = 3.1415;
+
+// uint32_t a = 7, b = 3, c, r;
+
+// c = a / b;
+// r = a % b;
+
+ d = f * 2.1;
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/main.c (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/build.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/.config (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/.config (nonexistent)
@@ -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-s9xx-elf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-elf-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/clean.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-lp64/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/main.c (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/main.c (nonexistent)
@@ -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 );
-}
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/build.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/build.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/.config (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/.config (nonexistent)
@@ -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-s9xx-elf
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-elf-newlib/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.3/S9XX-TEST-ilp32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.3/Makefile (nonexistent)
@@ -1,34 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_S9XX_NEWLIB)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/Makefile (revision 292)
@@ -0,0 +1,34 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_S9XX_NEWLIB)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/.config (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/.config (revision 292)
@@ -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-s9xx-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/main.c (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-ilp32/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/.config
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/.config (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/.config (revision 292)
@@ -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-s9xx-elf
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-elf-newlib/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/build.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/build.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/build.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/clean.sh
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/main.c
===================================================================
--- toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/main.c (nonexistent)
+++ toolchains-1.6.x/products/S9XX-newlib/1.6.4/S9XX-TEST-lp64/main.c (revision 292)
@@ -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 );
+}
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/main.c (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/main.c (nonexistent)
@@ -1,19 +0,0 @@
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- double y, x = 3.5;
-
- y = x + 2.8;
-
- c = a / b;
- r = a % b;
-
- printf("\nHello, World!\n\n");
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/build.sh (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/build.sh (nonexistent)
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
-$TARGET-gcc -o main main.o
-
-$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: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/main.c (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/main.c (nonexistent)
@@ -1,19 +0,0 @@
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <inttypes.h>
-
-int main()
-{
- uint32_t a = 7, b = 3, c, r;
- double y, x = 3.5;
-
- y = x + 2.8;
-
- c = a / b;
- r = a % b;
-
- printf("\nHello, World!\n\n");
-
- return( 0 );
-}
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/build.sh (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/build.sh (nonexistent)
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-. ./.config
-
-export PATH=$TOOLCHAIN_PATH/bin:$PATH
-
-$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
-$TARGET-gcc -m32 -o main main.o
-
-$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: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/build.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/.config (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/.config (nonexistent)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-#################################################################
-#
-# default common variables:
-#
-if test -z "$HOST"; then
- export HOST=x86_64-slamd64-linux
-fi
-
-if test -z "$TARGET"; then
- export TARGET=x86_64-radix-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/x86_64-PC-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/clean.sh (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/32/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/.config
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/.config (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/.config (nonexistent)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-#################################################################
-#
-# default common variables:
-#
-if test -z "$HOST"; then
- export HOST=x86_64-slamd64-linux
-fi
-
-if test -z "$TARGET"; then
- export TARGET=x86_64-radix-linux-gnu
-fi
-
-if test -z "$TOOLCHAIN_PATH"; then
- export TOOLCHAIN_PATH=/opt/toolchains/x86_64-PC-linux-glibc/1.6.3
-fi
-
-#
-# END of default common variables.
-#
-#################################################################
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/clean.sh (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/clean.sh (nonexistent)
@@ -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: toolchains-1.6.x/products/X86_64-glibc/1.6.3/X86_64-TEST/clean.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.3/Makefile
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.3/Makefile (revision 291)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.3/Makefile (nonexistent)
@@ -1,36 +0,0 @@
-
-
-COMPONENT_TARGETS = $(TOOLCHAIN_X86_64_GLIBC)
-
-export TOOLCHAIN_VERSION = 1.6.3
-
-include ../../../build-system/config.mk
-
-REQUIRES = core/gcc/10.2.0^full
-REQUIRES += tools/chrpath/0.16
-REQUIRES += tools/patchelf/0.12
-REQUIRES += core/gdb/10.1
-
-# ======= __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 $@
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/Makefile
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/Makefile (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/Makefile (revision 292)
@@ -0,0 +1,36 @@
+
+
+COMPONENT_TARGETS = $(TOOLCHAIN_X86_64_GLIBC)
+
+export TOOLCHAIN_VERSION = 1.6.4
+
+include ../../../build-system/config.mk
+
+REQUIRES = core/gcc/10.2.0^full
+REQUIRES += tools/chrpath/0.16
+REQUIRES += tools/patchelf/0.12
+REQUIRES += core/gdb/10.1
+
+# ======= __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 $@
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/.config
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/.config (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/.config (revision 292)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+#################################################################
+#
+# default common variables:
+#
+if test -z "$HOST"; then
+ export HOST=x86_64-slamd64-linux
+fi
+
+if test -z "$TARGET"; then
+ export TARGET=x86_64-radix-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/x86_64-PC-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/.config
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/.config (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/.config (revision 292)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+#################################################################
+#
+# default common variables:
+#
+if test -z "$HOST"; then
+ export HOST=x86_64-slamd64-linux
+fi
+
+if test -z "$TARGET"; then
+ export TARGET=x86_64-radix-linux-gnu
+fi
+
+if test -z "$TOOLCHAIN_PATH"; then
+ export TOOLCHAIN_PATH=/opt/toolchains/x86_64-PC-linux-glibc/1.6.4
+fi
+
+#
+# END of default common variables.
+#
+#################################################################
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/build.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/build.sh (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/build.sh (revision 292)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+$TARGET-gcc -m32 -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
+$TARGET-gcc -m32 -o main main.o
+
+$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: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/clean.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/main.c
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/main.c (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/32/main.c (revision 292)
@@ -0,0 +1,19 @@
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ double y, x = 3.5;
+
+ y = x + 2.8;
+
+ c = a / b;
+ r = a % b;
+
+ printf("\nHello, World!\n\n");
+
+ return( 0 );
+}
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/build.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/build.sh (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/build.sh (revision 292)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+. ./.config
+
+export PATH=$TOOLCHAIN_PATH/bin:$PATH
+
+$TARGET-gcc -g -gdwarf-2 -fomit-frame-pointer -I$TOOLCHAIN_PATH/$TARGET/sys-root/usr/include -c -o main.o main.c
+$TARGET-gcc -o main main.o
+
+$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: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/build.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/clean.sh
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/clean.sh (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/clean.sh (revision 292)
@@ -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: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/clean.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/main.c
===================================================================
--- toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/main.c (nonexistent)
+++ toolchains-1.6.x/products/X86_64-glibc/1.6.4/X86_64-TEST/main.c (revision 292)
@@ -0,0 +1,19 @@
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <inttypes.h>
+
+int main()
+{
+ uint32_t a = 7, b = 3, c, r;
+ double y, x = 3.5;
+
+ y = x + 2.8;
+
+ c = a / b;
+ r = a % b;
+
+ printf("\nHello, World!\n\n");
+
+ return( 0 );
+}
Index: toolchains-1.6.x/tools/chrpath/0.16/Makefile
===================================================================
--- toolchains-1.6.x/tools/chrpath/0.16/Makefile (revision 291)
+++ toolchains-1.6.x/tools/chrpath/0.16/Makefile (revision 292)
@@ -8,6 +8,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)
Index: toolchains-1.6.x/tools/patchelf/0.12/Makefile
===================================================================
--- toolchains-1.6.x/tools/patchelf/0.12/Makefile (revision 291)
+++ toolchains-1.6.x/tools/patchelf/0.12/Makefile (revision 292)
@@ -8,6 +8,7 @@
COMPONENT_TARGETS += $(TOOLCHAIN_IMX6ULL_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_JZ47XX_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_P5600_GLIBC)
+COMPONENT_TARGETS += $(TOOLCHAIN_M1000_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_OMAP543X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_RK328X_GLIBC)
COMPONENT_TARGETS += $(TOOLCHAIN_S8XX_GLIBC)