Release for DSM7.0

This commit is contained in:
jasonchiu
2020-09-18 09:05:10 +00:00
parent e58d1055bc
commit 1ecf80a90f
96 changed files with 4490 additions and 2156 deletions

View File

@ -10,7 +10,8 @@ PLATFORM_FAMILY="SYNOPLAT_F_ARMV7"
ConfigOpt32="--host=armle-unknown-linux --target=armle-unknown-linux --build=i686-pc-linux"
HOST32=arm-unknown-linux-gnueabi
CFLAGS32="-mhard-float -mfpu=vfpv3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -DSYNO_MARVELL_ARMADA38X -D$PLATFORM_FAMILY -O2 -fno-diagnostics-show-caret -Wno-unused-local-typedefs"
PLAT_FLAGS="-DSYNO_MARVELL_ARMADA38X"
CFLAGS32="-mhard-float -mfpu=vfpv3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -D$PLATFORM_FAMILY -O2 -fno-diagnostics-show-caret -Wno-unused-local-typedefs"
LDFLAGS32=""
CC32=${ToolChainPrefix32}gcc
CXX32=${ToolChainPrefix32}g++
@ -21,9 +22,10 @@ RANLIB32=${ToolChainPrefix32}ranlib
NM32=${ToolChainPrefix32}nm
READELF32=${ToolChainPrefix32}readelf
KernelToolchain="gcc493_glibc220_hard"
KernelToolchain="gcc730_glibc226_hard"
ToolchainTGZList="$KernelToolchain"
SynoKernelConfig="armada38x"
SynoGNUSources="armada38x"
BRINGUP_VERSION=5.2
QemuStatic="qemu-arm-static"