diff options
Diffstat (limited to 'toolchain/gcc')
| -rw-r--r-- | toolchain/gcc/Makefile | 2 | ||||
| -rw-r--r-- | toolchain/gcc/Makefile.inc | 18 | ||||
| -rw-r--r-- | toolchain/gcc/patches/11.5.0/add-crtreloc.frv (renamed from toolchain/gcc/patches/11.4.0/add-crtreloc.frv) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/11.5.0/c6x-disable-multilib.patch (renamed from toolchain/gcc/patches/11.4.0/c6x-disable-multilib.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/11.5.0/csky.patch (renamed from toolchain/gcc/patches/11.4.0/csky.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/11.5.0/ia64-fix-libgcc.patch (renamed from toolchain/gcc/patches/11.4.0/ia64-fix-libgcc.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/11.5.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/11.4.0/nios2-softfp.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/12.5.0/csky.patch (renamed from toolchain/gcc/patches/12.3.0/csky.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/12.5.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/12.3.0/nios2-softfp.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/13.4.0/csky.patch (renamed from toolchain/gcc/patches/13.3.0/csky.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/13.4.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/13.3.0/nios2-softfp.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/14.3.0/add-crtreloc.frv (renamed from toolchain/gcc/patches/14.2.0/add-crtreloc.frv) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/14.3.0/csky.patch (renamed from toolchain/gcc/patches/14.2.0/csky.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/14.3.0/libgcc-fdpic-bfin.patch (renamed from toolchain/gcc/patches/14.2.0/libgcc-fdpic-bfin.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/14.3.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/14.2.0/nios2-softfp.patch) | 0 | ||||
| -rw-r--r-- | toolchain/gcc/patches/9.5.0/or1k.patch (renamed from toolchain/gcc/patches/9.4.0/or1k.patch) | 0 |
16 files changed, 11 insertions, 9 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 51fc1fe8b..87ab35248 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -414,6 +414,8 @@ $(WRKBUILD)/.final: ifeq ($(ADK_TARGET_CPU_CF),y) find $(STAGING_TARGET_DIR) -name libgcc.a -print | while read t; do $(GNU_TARGET_NAME)-ar dv "$t" _ctors.o; done endif + # install libatomic including .so symlink + -$(CP) $(GCC_BUILD_DIR_FINAL)/$(GNU_TARGET_NAME)/libatomic/.libs/libatomic*.so* $(STAGING_TARGET_DIR)/usr/lib # cleanup unneeded docs rm -rf $(TOOLCHAIN_DIR)/usr/share # cleanup unneeded libtool files diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index e88b0ed10..50279e549 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -3,32 +3,32 @@ PKG_NAME:= gcc ifeq ($(ADK_TOOLCHAIN_GCC_15),y) -PKG_VERSION:= 15.1.0 -PKG_HASH:= 51b9919ea69c980d7a381db95d4be27edf73b21254eb13d752a08003b4d013b1 +PKG_VERSION:= 15.2.0 +PKG_HASH:= 7294d65cc1a0558cb815af0ca8c7763d86f7a31199794ede3f630c0d1b0a5723 PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -LIBSTDCXXVER:= 30 +LIBSTDCXXVER:= 31 endif ifeq ($(ADK_TOOLCHAIN_GCC_14),y) -PKG_VERSION:= 14.2.0 -PKG_HASH:= 7d376d445f93126dc545e2c0086d0f647c3094aae081cdb78f42ce2bc25e7293 +PKG_VERSION:= 14.3.0 +PKG_HASH:= ace8b8b0dbfe6abfc22f821cb093e195aa5498b7ccf7cd23e4424b9f14afed22 PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 30 endif ifeq ($(ADK_TOOLCHAIN_GCC_13),y) -PKG_VERSION:= 13.3.0 -PKG_HASH:= 3a2b10cab86e32358fdac871546d57e2700e9bdb5875ef33fff5b601265b9e32 +PKG_VERSION:= 13.4.0 +PKG_HASH:= bf0baf3e570c9c74c17c8201f0196c6924b4bd98c90e69d6b2ac0cd823f33bbc PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 29 endif ifeq ($(ADK_TOOLCHAIN_GCC_12),y) -PKG_VERSION:= 12.4.0 -PKG_HASH:= 5a30de2be740062bb3ddd3fd13c9b1bb4584d8f85616d33f23a713439d714148 +PKG_VERSION:= 12.5.0 +PKG_HASH:= f2dfac9c026c58b04251732aa459db614ae1017d32a18a296b1ae5af3dcad927 PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/} PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz diff --git a/toolchain/gcc/patches/11.4.0/add-crtreloc.frv b/toolchain/gcc/patches/11.5.0/add-crtreloc.frv index 30de24cdc..30de24cdc 100644 --- a/toolchain/gcc/patches/11.4.0/add-crtreloc.frv +++ b/toolchain/gcc/patches/11.5.0/add-crtreloc.frv diff --git a/toolchain/gcc/patches/11.4.0/c6x-disable-multilib.patch b/toolchain/gcc/patches/11.5.0/c6x-disable-multilib.patch index cbee6f785..cbee6f785 100644 --- a/toolchain/gcc/patches/11.4.0/c6x-disable-multilib.patch +++ b/toolchain/gcc/patches/11.5.0/c6x-disable-multilib.patch diff --git a/toolchain/gcc/patches/11.4.0/csky.patch b/toolchain/gcc/patches/11.5.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/11.4.0/csky.patch +++ b/toolchain/gcc/patches/11.5.0/csky.patch diff --git a/toolchain/gcc/patches/11.4.0/ia64-fix-libgcc.patch b/toolchain/gcc/patches/11.5.0/ia64-fix-libgcc.patch index f1f3c8d2d..f1f3c8d2d 100644 --- a/toolchain/gcc/patches/11.4.0/ia64-fix-libgcc.patch +++ b/toolchain/gcc/patches/11.5.0/ia64-fix-libgcc.patch diff --git a/toolchain/gcc/patches/11.4.0/nios2-softfp.patch b/toolchain/gcc/patches/11.5.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/11.4.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/11.5.0/nios2-softfp.patch diff --git a/toolchain/gcc/patches/12.3.0/csky.patch b/toolchain/gcc/patches/12.5.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/12.3.0/csky.patch +++ b/toolchain/gcc/patches/12.5.0/csky.patch diff --git a/toolchain/gcc/patches/12.3.0/nios2-softfp.patch b/toolchain/gcc/patches/12.5.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/12.3.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/12.5.0/nios2-softfp.patch diff --git a/toolchain/gcc/patches/13.3.0/csky.patch b/toolchain/gcc/patches/13.4.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/13.3.0/csky.patch +++ b/toolchain/gcc/patches/13.4.0/csky.patch diff --git a/toolchain/gcc/patches/13.3.0/nios2-softfp.patch b/toolchain/gcc/patches/13.4.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/13.3.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/13.4.0/nios2-softfp.patch diff --git a/toolchain/gcc/patches/14.2.0/add-crtreloc.frv b/toolchain/gcc/patches/14.3.0/add-crtreloc.frv index 30de24cdc..30de24cdc 100644 --- a/toolchain/gcc/patches/14.2.0/add-crtreloc.frv +++ b/toolchain/gcc/patches/14.3.0/add-crtreloc.frv diff --git a/toolchain/gcc/patches/14.2.0/csky.patch b/toolchain/gcc/patches/14.3.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/14.2.0/csky.patch +++ b/toolchain/gcc/patches/14.3.0/csky.patch diff --git a/toolchain/gcc/patches/14.2.0/libgcc-fdpic-bfin.patch b/toolchain/gcc/patches/14.3.0/libgcc-fdpic-bfin.patch index df0b94fc9..df0b94fc9 100644 --- a/toolchain/gcc/patches/14.2.0/libgcc-fdpic-bfin.patch +++ b/toolchain/gcc/patches/14.3.0/libgcc-fdpic-bfin.patch diff --git a/toolchain/gcc/patches/14.2.0/nios2-softfp.patch b/toolchain/gcc/patches/14.3.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/14.2.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/14.3.0/nios2-softfp.patch diff --git a/toolchain/gcc/patches/9.4.0/or1k.patch b/toolchain/gcc/patches/9.5.0/or1k.patch index 8ec5ec956..8ec5ec956 100644 --- a/toolchain/gcc/patches/9.4.0/or1k.patch +++ b/toolchain/gcc/patches/9.5.0/or1k.patch |
